Uses of Class
net.bmahe.genetics4j.core.spec.chromosome.IntChromosomeSpec.Builder
-
Uses of IntChromosomeSpec.Builder in net.bmahe.genetics4j.core.spec.chromosome
Modifier and TypeMethodDescriptionImmutableIntChromosomeSpec.Builder.from
(IntChromosomeSpec instance) Fill a builder with attribute values from the providedIntChromosomeSpec
instance.ImmutableIntChromosomeSpec.Builder.maxValue
(int maxValue) Initializes the value for themaxValue
attribute.ImmutableIntChromosomeSpec.Builder.minValue
(int minValue) Initializes the value for theminValue
attribute.ImmutableIntChromosomeSpec.Builder.size
(int size) Initializes the value for thesize
attribute.