Learn R Programming

CEGO (version 2.4.3)

recombinationBinary1Point: Single Point Crossover for Bit Strings

Description

Given a population of bit-strings, this function recombines each individual with another individual by randomly specifying a single position. Information before that position is taken from the first parent, the rest from the second.

Usage

recombinationBinary1Point(population, parameters)

Value

population of recombined offspring

Arguments

population

List of bit-strings

parameters

not used