Uses of Class
net.bmahe.genetics4j.core.chromosomes.BitChromosome
Packages that use BitChromosome
Package
Description
-
Uses of BitChromosome in net.bmahe.genetics4j.core.chromosomes.factory
Methods in net.bmahe.genetics4j.core.chromosomes.factory that return BitChromosome -
Uses of BitChromosome in net.bmahe.genetics4j.core.mutation.chromosome.randommutation
Methods in net.bmahe.genetics4j.core.mutation.chromosome.randommutation that return BitChromosomeModifier and TypeMethodDescriptionBitChromosomeRandomMutationHandler.mutate
(MutationPolicy mutationPolicy, Chromosome chromosome) -
Uses of BitChromosome in net.bmahe.genetics4j.core.mutation.chromosome.swapmutation
Methods in net.bmahe.genetics4j.core.mutation.chromosome.swapmutation that return BitChromosomeModifier and TypeMethodDescriptionBitChromosomeSwapMutationHandler.mutate
(MutationPolicy mutationPolicy, Chromosome chromosome) -
Uses of BitChromosome in net.bmahe.genetics4j.core.util
Methods in net.bmahe.genetics4j.core.util with parameters of type BitChromosomeModifier and TypeMethodDescriptionstatic int
BitChromosomeUtils.hammingDistance
(BitChromosome bc1, BitChromosome bc2)