Learn R Programming

CEGO (version 2.4.3)

recombinationPermutationOrderCrossover1: Order Crossover 1 (OX1) for Permutations

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

recombinationPermutationOrderCrossover1(population, parameters)

Value

population of recombined offspring

Arguments

population

List of permutations

parameters

not used