Uses of Class
net.bmahe.genetics4j.neat.spec.NeatChromosomeSpec.Builder
Packages that use NeatChromosomeSpec.Builder
-
Uses of NeatChromosomeSpec.Builder in net.bmahe.genetics4j.neat.spec
Methods in net.bmahe.genetics4j.neat.spec that return NeatChromosomeSpec.BuilderModifier and TypeMethodDescriptionImmutableNeatChromosomeSpec.Builder.from(NeatChromosomeSpec instance) Fill a builder with attribute values from the providedNeatChromosomeSpecinstance.ImmutableNeatChromosomeSpec.Builder.maxWeightValue(float maxWeightValue) Initializes the value for themaxWeightValueattribute.ImmutableNeatChromosomeSpec.Builder.minWeightValue(float minWeightValue) Initializes the value for theminWeightValueattribute.ImmutableNeatChromosomeSpec.Builder.numInputs(int numInputs) Initializes the value for thenumInputsattribute.ImmutableNeatChromosomeSpec.Builder.numOutputs(int numOutputs) Initializes the value for thenumOutputsattribute.