Uses of Class
net.bmahe.genetics4j.core.spec.chromosome.ImmutableFloatChromosomeSpec
Packages that use ImmutableFloatChromosomeSpec
-
Uses of ImmutableFloatChromosomeSpec in net.bmahe.genetics4j.core.spec.chromosome
Methods in net.bmahe.genetics4j.core.spec.chromosome that return ImmutableFloatChromosomeSpecModifier and TypeMethodDescriptionprivate 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.Methods in net.bmahe.genetics4j.core.spec.chromosome with parameters of type ImmutableFloatChromosomeSpecModifier and TypeMethodDescriptionprivate boolean
ImmutableFloatChromosomeSpec.equalsByValue
(ImmutableFloatChromosomeSpec another) private static ImmutableFloatChromosomeSpec
ImmutableFloatChromosomeSpec.validate
(ImmutableFloatChromosomeSpec instance)