Uses of Class
net.bmahe.genetics4j.neat.spec.mutation.SwitchStateMutation
Packages that use SwitchStateMutation
Package
Description
-
Uses of SwitchStateMutation in net.bmahe.genetics4j.neat.mutation.chromosome
Methods in net.bmahe.genetics4j.neat.mutation.chromosome with parameters of type SwitchStateMutationModifier and TypeMethodDescriptionprotected List
<Connection> NeatChromosomeSwitchStateHandler.mutateConnection
(SwitchStateMutation switchStateMutation, NeatChromosome neatChromosome, Connection oldConnection, int i) -
Uses of SwitchStateMutation in net.bmahe.genetics4j.neat.spec.mutation
Subclasses of SwitchStateMutation in net.bmahe.genetics4j.neat.spec.mutationMethods in net.bmahe.genetics4j.neat.spec.mutation that return SwitchStateMutationModifier and TypeMethodDescriptionstatic SwitchStateMutation
SwitchStateMutation.of
(double populationMutationProbability) Construct a new immutableSwitchStateMutation
instance.Methods in net.bmahe.genetics4j.neat.spec.mutation with parameters of type SwitchStateMutationModifier 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.