Uses of Class
net.bmahe.genetics4j.core.spec.chromosome.IntChromosomeSpec
-
Uses of IntChromosomeSpec in net.bmahe.genetics4j.core.spec.chromosome
Modifier and TypeMethodDescriptionstatic IntChromosomeSpec
IntChromosomeSpec.of
(int size, int minValue, int maxValue) Construct a new immutableIntChromosomeSpec
instance.Modifier and TypeMethodDescriptionstatic ImmutableIntChromosomeSpec
ImmutableIntChromosomeSpec.copyOf
(IntChromosomeSpec instance) Creates an immutable copy of aIntChromosomeSpec
value.ImmutableIntChromosomeSpec.Builder.from
(IntChromosomeSpec instance) Fill a builder with attribute values from the providedIntChromosomeSpec
instance.