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 ImmutableConnection
ImmutableConnection.validate
(ImmutableConnection instance) final ImmutableConnection
ImmutableConnection.withFromNodeIndex
(int value) Copy the current immutable object by setting a value for thefromNodeIndex
attribute.final ImmutableConnection
ImmutableConnection.withInnovation
(int value) Copy the current immutable object by setting a value for theinnovation
attribute.final ImmutableConnection
ImmutableConnection.withIsEnabled
(boolean value) Copy the current immutable object by setting a value for theisEnabled
attribute.final ImmutableConnection
ImmutableConnection.withToNodeIndex
(int value) Copy the current immutable object by setting a value for thetoNodeIndex
attribute.final ImmutableConnection
ImmutableConnection.withWeight
(float value) Copy the current immutable object by setting a value for theweight
attribute.Methods in net.bmahe.genetics4j.neat with parameters of type ImmutableConnectionModifier and TypeMethodDescriptionprivate boolean
ImmutableConnection.equalsByValue
(ImmutableConnection another) private static ImmutableConnection
ImmutableConnection.validate
(ImmutableConnection instance)