Uses of Class
net.bmahe.genetics4j.neat.spec.NeatChromosomeSpec.Builder
-
Uses of NeatChromosomeSpec.Builder in net.bmahe.genetics4j.neat.spec
Modifier and TypeMethodDescriptionImmutableNeatChromosomeSpec.Builder.from
(NeatChromosomeSpec instance) Fill a builder with attribute values from the providedNeatChromosomeSpec
instance.ImmutableNeatChromosomeSpec.Builder.maxWeightValue
(float maxWeightValue) Initializes the value for themaxWeightValue
attribute.ImmutableNeatChromosomeSpec.Builder.minWeightValue
(float minWeightValue) Initializes the value for theminWeightValue
attribute.ImmutableNeatChromosomeSpec.Builder.numInputs
(int numInputs) Initializes the value for thenumInputs
attribute.ImmutableNeatChromosomeSpec.Builder.numOutputs
(int numOutputs) Initializes the value for thenumOutputs
attribute.