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 TypeMethodDescriptionImmutableSwitchStateMutation.Builder.build()Builds a newSwitchStateMutation.static SwitchStateMutationImmutableSwitchStateMutation.copyOf(SwitchStateMutation instance) Creates an immutable copy of aSwitchStateMutationvalue.static SwitchStateMutationImmutableSwitchStateMutation.of(double populationMutationProbability) Construct a new immutableSwitchStateMutationinstance.static SwitchStateMutationSwitchStateMutation.of(double populationMutationProbability) Construct a new immutableSwitchStateMutationinstance.Methods in net.bmahe.genetics4j.neat.spec.mutation with parameters of type SwitchStateMutationModifier and TypeMethodDescriptionstatic SwitchStateMutationImmutableSwitchStateMutation.copyOf(SwitchStateMutation instance) Creates an immutable copy of aSwitchStateMutationvalue.ImmutableSwitchStateMutation.Builder.from(SwitchStateMutation instance) Fill a builder with attribute values from the providedSwitchStateMutationinstance.