recombinationStringSinglePointCrossover: Single Point Crossover for Strings

View source: R/stringOperators.R

recombinationStringSinglePointCrossoverR Documentation

Single Point Crossover for Strings

Description

Given a population of strings, this function recombines each individual with another random individual. Note, that optimEA will not pass the whole population to recombination functions, but only the chosen parents.

Usage

recombinationStringSinglePointCrossover(population, parameters)

Arguments

population

List of strings

parameters

not used

Value

population of recombined offspring


CEGO documentation built on May 29, 2024, 3:35 a.m.