Uses of Class
net.bmahe.genetics4j.core.spec.chromosome.ImmutableFloatChromosomeSpec
-
Uses of ImmutableFloatChromosomeSpec in net.bmahe.genetics4j.core.spec.chromosome
Modifier and TypeMethodDescriptionImmutableFloatChromosomeSpec.Builder.build()
Builds a newImmutableFloatChromosomeSpec
.static ImmutableFloatChromosomeSpec
ImmutableFloatChromosomeSpec.copyOf
(FloatChromosomeSpec instance) Creates an immutable copy of aFloatChromosomeSpec
value.static ImmutableFloatChromosomeSpec
ImmutableFloatChromosomeSpec.of
(int size, float minValue, float maxValue) Construct a new immutableFloatChromosomeSpec
instance.private static ImmutableFloatChromosomeSpec
ImmutableFloatChromosomeSpec.validate
(ImmutableFloatChromosomeSpec instance) ImmutableFloatChromosomeSpec.withDistribution
(Distribution value) Copy the current immutable object by setting a value for thedistribution
attribute.ImmutableFloatChromosomeSpec.withMaxValue
(float value) Copy the current immutable object by setting a value for themaxValue
attribute.ImmutableFloatChromosomeSpec.withMinValue
(float value) Copy the current immutable object by setting a value for theminValue
attribute.ImmutableFloatChromosomeSpec.withSize
(int value) Copy the current immutable object by setting a value for thesize
attribute.Modifier and TypeMethodDescriptionprivate boolean
ImmutableFloatChromosomeSpec.equalTo
(int synthetic, ImmutableFloatChromosomeSpec another) private static ImmutableFloatChromosomeSpec
ImmutableFloatChromosomeSpec.validate
(ImmutableFloatChromosomeSpec instance)