Class NeatChromosomeCreepMutationHandler
java.lang.Object
net.bmahe.genetics4j.neat.mutation.chromosome.AbstractNeatChromosomeConnectionMutationHandler<CreepMutation>
net.bmahe.genetics4j.neat.mutation.chromosome.NeatChromosomeCreepMutationHandler
- All Implemented Interfaces:
ChromosomeMutationHandler<NeatChromosome>
public class NeatChromosomeCreepMutationHandler
extends AbstractNeatChromosomeConnectionMutationHandler<CreepMutation>
-
Field Summary
Fields inherited from class net.bmahe.genetics4j.neat.mutation.chromosome.AbstractNeatChromosomeConnectionMutationHandler
logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected List
<Connection> mutateConnection
(CreepMutation creepMutation, NeatChromosome neatChromosome, Connection oldConnection, int i) Methods inherited from class net.bmahe.genetics4j.neat.mutation.chromosome.AbstractNeatChromosomeConnectionMutationHandler
canHandle, getMutationClazz, getRandomGenerator, mutate
-
Constructor Details
-
NeatChromosomeCreepMutationHandler
-
-
Method Details
-
mutateConnection
protected List<Connection> mutateConnection(CreepMutation creepMutation, NeatChromosome neatChromosome, Connection oldConnection, int i) - Specified by:
mutateConnection
in classAbstractNeatChromosomeConnectionMutationHandler<CreepMutation>
-