Global Index (all files) (short | long) | Local contents | Local Index (files in subdir) (short | long)
NewChrom = recdis(OldChrom, RecRate);
RECombination DIScrete
This function performs discrete recombination between pairs of individuals
and returns the new individuals after mating.
Syntax: NewChrom = recdis(OldChrom, RecRate)
Input parameters:
OldChrom - Matrix containing the chromosomes of the old
population. Each row corresponds to one individual
(in any form, not necessarily real values).
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: recombin, recint, reclin, recmut, recsp, recdp, recsh
| This function is called by | |
|---|---|