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 NeatConnectionWeightMethods in net.bmahe.genetics4j.neat.spec.mutation with parameters of type NeatConnectionWeightModifier and TypeMethodDescriptionImmutableNeatConnectionWeight.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.