Uses of Class
net.bmahe.genetics4j.neat.ImmutableConnection
Packages that use ImmutableConnection
-
Uses of ImmutableConnection in net.bmahe.genetics4j.neat
Methods in net.bmahe.genetics4j.neat that return ImmutableConnectionModifier and TypeMethodDescriptionprivate static ImmutableConnectionImmutableConnection.validate(ImmutableConnection instance) final ImmutableConnectionImmutableConnection.withFromNodeIndex(int value) Copy the current immutable object by setting a value for thefromNodeIndexattribute.final ImmutableConnectionImmutableConnection.withInnovation(int value) Copy the current immutable object by setting a value for theinnovationattribute.final ImmutableConnectionImmutableConnection.withIsEnabled(boolean value) Copy the current immutable object by setting a value for theisEnabledattribute.final ImmutableConnectionImmutableConnection.withToNodeIndex(int value) Copy the current immutable object by setting a value for thetoNodeIndexattribute.final ImmutableConnectionImmutableConnection.withWeight(float value) Copy the current immutable object by setting a value for theweightattribute.Methods in net.bmahe.genetics4j.neat with parameters of type ImmutableConnectionModifier and TypeMethodDescriptionprivate booleanImmutableConnection.equalsByValue(ImmutableConnection another) private static ImmutableConnectionImmutableConnection.validate(ImmutableConnection instance)