Learn R Programming

CEGO (version 2.4.3)

recombinationBinaryAnd: Arithmetic (AND) Crossover for Bit Strings

Description

Given a population of bit-strings, this function recombines each individual with another individual by computing parent1 & parent2 (logical AND).

Usage

recombinationBinaryAnd(population, parameters)

Value

population of recombined offspring

Arguments

population

List of bit-strings

parameters

not used