Documentation of reclin
Global Index (all files) (short | long)
| Local contents
| Local Index (files in subdir) (short | long)
Function Synopsis
NewChrom = reclin(OldChrom, RecRate);
Help text
RECombination extended LINe
This function performs extended line recombination between
pairs of individuals and returns the new individuals after mating.
Syntax: NewChrom = reclin(OldChrom, RecRate)
Input parameters:
OldChrom - Matrix containing the chromosomes of the old
population. Each row corresponds to one
individual
RecRate - Probability of recombination ocurring between pairs
of individuals. (not used, only for compatibility)
Output parameter:
NewChrom - Matrix containing the chromosomes of the population
after mating, ready to be mutated and/or evaluated,
in the same format as OldChrom.
See also: recombine, recdis, recint, recmut, recsp, recdp, recsh
Cross-Reference Information
|
This function is called by |
|
|
This document is part of
version 3.8 of the
GEATbx: Genetic and Evolutionary Algorithm Toolbox for use with Matlab -
www.geatbx.com.
The Genetic and Evolutionary Algorithm Toolbox is
not public domain.
© 1994-2006 Hartmut Pohlheim, All Rights Reserved,
(support@geatbx.com).