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 NeatConnectionWeightNeatConnectionWeight.build()static NeatConnectionWeightImmutableNeatConnectionWeight.copyOf(NeatConnectionWeight instance) Creates an immutable copy of aNeatConnectionWeightvalue.Methods in net.bmahe.genetics4j.neat.spec.mutation with parameters of type NeatConnectionWeightModifier and TypeMethodDescriptionstatic NeatConnectionWeightImmutableNeatConnectionWeight.copyOf(NeatConnectionWeight instance) Creates an immutable copy of aNeatConnectionWeightvalue.ImmutableNeatConnectionWeight.Builder.from(NeatConnectionWeight instance) Fill a builder with attribute values from the providedNeatConnectionWeightinstance.