Preparing search index...
The search index is not available TinyNEAT
cross Genomes ( genome1 , genome2 , config ) : { maxGeneIndex : number ; newGenes : ConnectionGene [] ; }
Parameters
config : { addLinkProbability : number ; addNodeProbability : number ; compatibilityModifier : number ; compatibilityThreshold : number ; disjointCoefficient : number ; excessCoefficient : number ; fitnessSort : FitnessSort ; hallOfFameSize : number ; initialPopulationSize : number ; inputSize : number ; interspeciesMatingRate : number ; largeNetworkSize : number ; loggingPlugins : Logger [] ; mateByAveragingProbability : number ; mateByChoosingProbability : number ; mateOnlyProbability : number ; maxGenerations : number ; maximumStagnation : number ; minimumSpeciesSize : number ; mutateOnlyProbability : number ; mutateWeightProbability : number ; nnPlugin : NNPlugin ; outputSize : number ; reenableConnectionProbability : number ; survivalThreshold : number ; targetSpecies : number ; weightDifferenceCoefficient : number ; }
add Link Probability : number
add Node Probability : number
compatibility Modifier : number
compatibility Threshold : number
disjoint Coefficient : number
excess Coefficient : number
hall Of Fame Size : number
initial Population Size : number
input Size : number
interspecies Mating Rate : number
large Network Size : number
logging Plugins : Logger []
mate By Averaging Probability : number
mate By Choosing Probability : number
mate Only Probability : number
max Generations : number
maximum Stagnation : number
minimum Species Size : number
mutate Only Probability : number
mutate Weight Probability : number
output Size : number
reenable Connection Probability : number
survival Threshold : number
target Species : number
weight Difference Coefficient : number
Returns { maxGeneIndex : number ; newGenes : ConnectionGene [] ; }
Disjoint and excess genes are inherited from the more fit parent, or if they are equally fit, each gene is inherited from either parent randomly. Disabled genes have a chance of being reenabled during crossover, allowing networks to make use of older genes once again.