Class NeatChromosomeRandomMutationHandler
java.lang.Object
net.bmahe.genetics4j.neat.mutation.chromosome.AbstractNeatChromosomeConnectionMutationHandler<RandomMutation>
net.bmahe.genetics4j.neat.mutation.chromosome.NeatChromosomeRandomMutationHandler
- All Implemented Interfaces:
- ChromosomeMutationHandler<NeatChromosome>
public class NeatChromosomeRandomMutationHandler
extends AbstractNeatChromosomeConnectionMutationHandler<RandomMutation>
- 
Field SummaryFields inherited from class net.bmahe.genetics4j.neat.mutation.chromosome.AbstractNeatChromosomeConnectionMutationHandlerlogger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected List<Connection> mutateConnection(RandomMutation randomMutation, NeatChromosome neatChromosome, Connection oldConnection, int i) Methods inherited from class net.bmahe.genetics4j.neat.mutation.chromosome.AbstractNeatChromosomeConnectionMutationHandlercanHandle, getMutationClazz, getRandomGenerator, mutate
- 
Constructor Details- 
NeatChromosomeRandomMutationHandler
 
- 
- 
Method Details- 
mutateConnectionprotected List<Connection> mutateConnection(RandomMutation randomMutation, NeatChromosome neatChromosome, Connection oldConnection, int i) - Specified by:
- mutateConnectionin class- AbstractNeatChromosomeConnectionMutationHandler<RandomMutation>
 
 
-