devol ~master (2014-05-06T14:59:08Z)
Dub
Repo
ProgTypeAbstract.crossingoverChance
devol
programtype
ProgTypeAbstract
Шанс провести операцию кроссинговера над индивидом
interface
ProgTypeAbstract
@
property
float
crossingoverChance
(
)
out (result) { assert (0 <= result && result <= 1, "Return value isn't a probability!"); }
Meta
Source
See Implementation
devol
programtype
ProgTypeAbstract
functions
getFitness
initValues
properties
copyingPart
crossingoverChance
deleteMutationRiseGenomeSize
maxGenomeSize
maxMutationChange
mutationAddLineChance
mutationChance
mutationChangeChance
mutationDeleteChance
mutationRemoveLineChance
mutationReplaceChance
newLeafGenChance
newOpGenChance
newScopeGenChance
progMaxSize
progMinSize
scopeMaxSize
scopeMinSize
Шанс провести операцию кроссинговера над индивидом