Uses of Class
net.bmahe.genetics4j.neat.spec.mutation.SwitchStateMutation
Package
Description
-
Uses of SwitchStateMutation in net.bmahe.genetics4j.neat.mutation.chromosome
Modifier and TypeMethodDescriptionprotected List
<Connection> NeatChromosomeSwitchStateHandler.mutateConnection
(SwitchStateMutation switchStateMutation, NeatChromosome neatChromosome, Connection oldConnection, int i) -
Uses of SwitchStateMutation in net.bmahe.genetics4j.neat.spec.mutation
Modifier and TypeMethodDescriptionstatic SwitchStateMutation
SwitchStateMutation.of
(double populationMutationProbability) Construct a new immutableSwitchStateMutation
instance.Modifier and TypeMethodDescriptionstatic ImmutableSwitchStateMutation
ImmutableSwitchStateMutation.copyOf
(SwitchStateMutation instance) Creates an immutable copy of aSwitchStateMutation
value.ImmutableSwitchStateMutation.Builder.from
(SwitchStateMutation instance) Fill a builder with attribute values from the providedSwitchStateMutation
instance.