Uses of Class
net.bmahe.genetics4j.neat.spec.mutation.NeatConnectionWeight
Packages that use NeatConnectionWeight
-
Uses of NeatConnectionWeight in net.bmahe.genetics4j.neat.spec.mutation
Subclasses of NeatConnectionWeight in net.bmahe.genetics4j.neat.spec.mutationMethods in net.bmahe.genetics4j.neat.spec.mutation that return NeatConnectionWeightModifier and TypeMethodDescriptionImmutableNeatConnectionWeight.Builder.build()
Builds a newNeatConnectionWeight
.static NeatConnectionWeight
NeatConnectionWeight.build()
static NeatConnectionWeight
ImmutableNeatConnectionWeight.copyOf
(NeatConnectionWeight instance) Creates an immutable copy of aNeatConnectionWeight
value.Methods in net.bmahe.genetics4j.neat.spec.mutation with parameters of type NeatConnectionWeightModifier and TypeMethodDescriptionstatic NeatConnectionWeight
ImmutableNeatConnectionWeight.copyOf
(NeatConnectionWeight instance) Creates an immutable copy of aNeatConnectionWeight
value.ImmutableNeatConnectionWeight.Builder.from
(NeatConnectionWeight instance) Fill a builder with attribute values from the providedNeatConnectionWeight
instance.