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 TypeMethodDescriptionImmutableNeatChromosomeSpec.Builder.build()Builds a newNeatChromosomeSpec.static NeatChromosomeSpecImmutableNeatChromosomeSpec.copyOf(NeatChromosomeSpec instance) Creates an immutable copy of aNeatChromosomeSpecvalue.static NeatChromosomeSpecImmutableNeatChromosomeSpec.of(int numInputs, int numOutputs, float minWeightValue, float maxWeightValue) Construct a new immutableNeatChromosomeSpecinstance.static NeatChromosomeSpecNeatChromosomeSpec.of(int numInputs, int numOutputs, float minWeightValue, float maxWeightValue) Creates a new NEAT chromosome specification with the given parameters.Methods in net.bmahe.genetics4j.neat.spec with parameters of type NeatChromosomeSpecModifier and TypeMethodDescriptionstatic NeatChromosomeSpecImmutableNeatChromosomeSpec.copyOf(NeatChromosomeSpec instance) Creates an immutable copy of aNeatChromosomeSpecvalue.ImmutableNeatChromosomeSpec.Builder.from(NeatChromosomeSpec instance) Fill a builder with attribute values from the providedNeatChromosomeSpecinstance.