Uses of Class
net.bmahe.genetics4j.core.spec.chromosome.IntChromosomeSpec
Packages that use IntChromosomeSpec
-
Uses of IntChromosomeSpec in net.bmahe.genetics4j.core.spec.chromosome
Subclasses of IntChromosomeSpec in net.bmahe.genetics4j.core.spec.chromosomeMethods in net.bmahe.genetics4j.core.spec.chromosome that return IntChromosomeSpecModifier and TypeMethodDescriptionstatic IntChromosomeSpec
IntChromosomeSpec.of
(int size, int minValue, int maxValue) Creates a new integer chromosome specification with the given parameters.Methods in net.bmahe.genetics4j.core.spec.chromosome with parameters of type IntChromosomeSpecModifier 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.