Learn R Programming

CEGO (version 2.0.0)

recombinationBinaryUniformCrossoverFast: Uniform Crossover for Bit Strings

Description

Given a population of bit-strings, this function recombines each individual with another individual by randomly picking bits from each parent. Note, that optimEA will not pass the whole population to recombination functions, but only the chosen parents.

Usage

recombinationBinaryUniformCrossoverFast(population, parameters)

Arguments

population
List of bit-strings
parameters
not used

Value

population of recombined offspring