Uses of Class
net.bmahe.genetics4j.neat.spec.ImmutableNeatChromosomeSpec
-
Uses of ImmutableNeatChromosomeSpec in net.bmahe.genetics4j.neat.spec
Modifier and TypeMethodDescriptionImmutableNeatChromosomeSpec.Builder.build()
Builds a newImmutableNeatChromosomeSpec
.static ImmutableNeatChromosomeSpec
ImmutableNeatChromosomeSpec.copyOf
(NeatChromosomeSpec instance) Creates an immutable copy of aNeatChromosomeSpec
value.static ImmutableNeatChromosomeSpec
ImmutableNeatChromosomeSpec.of
(int numInputs, int numOutputs, float minWeightValue, float maxWeightValue) Construct a new immutableNeatChromosomeSpec
instance.private static ImmutableNeatChromosomeSpec
ImmutableNeatChromosomeSpec.validate
(ImmutableNeatChromosomeSpec instance) ImmutableNeatChromosomeSpec.withMaxWeightValue
(float value) Copy the current immutable object by setting a value for themaxWeightValue
attribute.ImmutableNeatChromosomeSpec.withMinWeightValue
(float value) Copy the current immutable object by setting a value for theminWeightValue
attribute.ImmutableNeatChromosomeSpec.withNumInputs
(int value) Copy the current immutable object by setting a value for thenumInputs
attribute.ImmutableNeatChromosomeSpec.withNumOutputs
(int value) Copy the current immutable object by setting a value for thenumOutputs
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutableNeatChromosomeSpec.equalTo
(int synthetic, ImmutableNeatChromosomeSpec another) private static ImmutableNeatChromosomeSpec
ImmutableNeatChromosomeSpec.validate
(ImmutableNeatChromosomeSpec instance)