Uses of Class
net.bmahe.genetics4j.neat.spec.NeatChromosomeSpec
Packages that use NeatChromosomeSpec
-
Uses of NeatChromosomeSpec in net.bmahe.genetics4j.neat.spec
Subclasses of NeatChromosomeSpec in net.bmahe.genetics4j.neat.specMethods in net.bmahe.genetics4j.neat.spec that return NeatChromosomeSpecModifier and TypeMethodDescriptionstatic NeatChromosomeSpec
NeatChromosomeSpec.of
(int numInputs, int numOutputs, float minWeightValue, float maxWeightValue) Methods in net.bmahe.genetics4j.neat.spec with parameters of type NeatChromosomeSpecModifier 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.