recombinationPermutationPositionBased: Position Based Crossover (POS) for Permutations

Description Usage Arguments Value

View source: R/permutationOperators.R

Description

Given a population of permutations, this function recombines each individual with another individual. Note, that optimEA will not pass the whole population to recombination functions, but only the chosen parents.

Usage

1
recombinationPermutationPositionBased(population, parameters)

Arguments

population

List of permutations

parameters

not used

Value

population of recombined offspring


CEGO documentation built on May 14, 2021, 1:08 a.m.