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