Uses of Class
net.bmahe.genetics4j.core.spec.chromosome.DoubleChromosomeSpec.Builder
Packages that use DoubleChromosomeSpec.Builder
-
Uses of DoubleChromosomeSpec.Builder in net.bmahe.genetics4j.core.spec.chromosome
Methods in net.bmahe.genetics4j.core.spec.chromosome that return DoubleChromosomeSpec.BuilderModifier and TypeMethodDescriptionImmutableDoubleChromosomeSpec.Builder.distribution(Distribution distribution) Initializes the value for thedistributionattribute.ImmutableDoubleChromosomeSpec.Builder.from(DoubleChromosomeSpec instance) Fill a builder with attribute values from the providedDoubleChromosomeSpecinstance.ImmutableDoubleChromosomeSpec.Builder.maxValue(double maxValue) Initializes the value for themaxValueattribute.ImmutableDoubleChromosomeSpec.Builder.minValue(double minValue) Initializes the value for theminValueattribute.ImmutableDoubleChromosomeSpec.Builder.size(int size) Initializes the value for thesizeattribute.