Package net.bmahe.genetics4j.core.spec.chromosome
package net.bmahe.genetics4j.core.spec.chromosome
-
ClassDescriptionMarker interface for chromosome specifications in evolutionary algorithms.Immutable implementation of
BitChromosomeSpec
.Builds instances of typeImmutableBitChromosomeSpec
.Immutable implementation ofDoubleChromosomeSpec
.Builds instances of typeImmutableDoubleChromosomeSpec
.Immutable implementation ofFloatChromosomeSpec
.Builds instances of typeImmutableFloatChromosomeSpec
.Immutable implementation ofIntChromosomeSpec
.Builds instances of typeImmutableIntChromosomeSpec
.Specification for integer array chromosomes in evolutionary algorithms.