public class NEATMutateAddNode extends NEATMutation implements java.io.Serializable
| Constructor and Description |
|---|
NEATMutateAddNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
performOperation(java.util.Random rnd,
Genome[] parents,
int parentIndex,
Genome[] offspring,
int offspringIndex)
Perform the evolutionary operation.
|
chooseRandomNeuron, createLink, getElementPos, getOwner, init, isDuplicateLink, isNeuronNeeded, obtainGenome, offspringProduced, parentsNeeded, removeNeuronpublic void performOperation(java.util.Random rnd,
Genome[] parents,
int parentIndex,
Genome[] offspring,
int offspringIndex)
performOperation in interface EvolutionaryOperatorrnd - A random number generator.parents - The parents.parentIndex - The index into the parents array.offspring - The offspring.offspringIndex - An index into the offspring array.