recombinationBinary1Point: Single Point Crossover for Bit Strings

Description Usage Arguments Value

View source: R/binaryOperators.R

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

1
recombinationBinary1Point(population, parameters)

Arguments

population

List of bit-strings

parameters

not used

Value

population of recombined offspring


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