Uses of Class
net.bmahe.genetics4j.neat.spec.NeatChromosomeSpec
-
Uses of NeatChromosomeSpec in net.bmahe.genetics4j.neat.spec
Modifier and TypeMethodDescriptionstatic NeatChromosomeSpec
NeatChromosomeSpec.of
(int numInputs, int numOutputs, float minWeightValue, float maxWeightValue) Modifier and TypeMethodDescriptionstatic ImmutableNeatChromosomeSpec
ImmutableNeatChromosomeSpec.copyOf
(NeatChromosomeSpec instance) Creates an immutable copy of aNeatChromosomeSpec
value.ImmutableNeatChromosomeSpec.Builder.from
(NeatChromosomeSpec instance) Fill a builder with attribute values from the providedNeatChromosomeSpec
instance.