devol ~master (2014-05-06T14:59:08Z)
Dub
Repo
ProgTypeAbstract.mutationChance
devol
programtype
ProgTypeAbstract
Шанс провести операцию мутации над индивидом
interface
ProgTypeAbstract
@
property
float
mutationChance
(
)
in { assert (abs(mutationChance() + crossingoverChance() - 1) < 0.01, "Summ of mutattion and crossingover chances isn't 1.0!"); }
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
Шанс провести операцию мутации над индивидом