Uses of Class
net.bmahe.genetics4j.neat.spec.mutation.ImmutableAddConnection
Packages that use ImmutableAddConnection
-
Uses of ImmutableAddConnection in net.bmahe.genetics4j.neat.spec.mutation
Methods in net.bmahe.genetics4j.neat.spec.mutation that return ImmutableAddConnectionModifier and TypeMethodDescriptionprivate static ImmutableAddConnectionImmutableAddConnection.validate(ImmutableAddConnection instance) final ImmutableAddConnectionImmutableAddConnection.withPopulationMutationProbability(double value) Copy the current immutable object by setting a value for thepopulationMutationProbabilityattribute.Methods in net.bmahe.genetics4j.neat.spec.mutation with parameters of type ImmutableAddConnectionModifier and TypeMethodDescriptionprivate booleanImmutableAddConnection.equalsByValue(ImmutableAddConnection another) private static ImmutableAddConnectionImmutableAddConnection.validate(ImmutableAddConnection instance)