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 Summary
Fields inherited from class net.bmahe.genetics4j.neat.mutation.chromosome.AbstractNeatChromosomeConnectionMutationHandler
logger - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected List<Connection> mutateConnection(RandomMutation randomMutation, NeatChromosome neatChromosome, Connection oldConnection, int i) Methods inherited from class net.bmahe.genetics4j.neat.mutation.chromosome.AbstractNeatChromosomeConnectionMutationHandler
canHandle, getMutationClazz, getRandomGenerator, mutate 
- 
Constructor Details
- 
NeatChromosomeRandomMutationHandler
 
 - 
 - 
Method Details
- 
mutateConnection
protected List<Connection> mutateConnection(RandomMutation randomMutation, NeatChromosome neatChromosome, Connection oldConnection, int i) - Specified by:
 mutateConnectionin classAbstractNeatChromosomeConnectionMutationHandler<RandomMutation>
 
 -