Uses of Class
net.bmahe.genetics4j.core.spec.chromosome.DoubleChromosomeSpec.Builder
-
Uses of DoubleChromosomeSpec.Builder in net.bmahe.genetics4j.core.spec.chromosome
Modifier and TypeMethodDescriptionImmutableDoubleChromosomeSpec.Builder.distribution
(Distribution distribution) Initializes the value for thedistribution
attribute.ImmutableDoubleChromosomeSpec.Builder.from
(DoubleChromosomeSpec instance) Fill a builder with attribute values from the providedDoubleChromosomeSpec
instance.ImmutableDoubleChromosomeSpec.Builder.maxValue
(double maxValue) Initializes the value for themaxValue
attribute.ImmutableDoubleChromosomeSpec.Builder.minValue
(double minValue) Initializes the value for theminValue
attribute.ImmutableDoubleChromosomeSpec.Builder.size
(int size) Initializes the value for thesize
attribute.