Package | Description |
---|---|
fr.cnes.sirius.patrius.math.genetics |
Modifier and Type | Class and Description |
---|---|
class |
BinaryChromosome
Chromosome represented by a vector of 0s and 1s.
|
class |
RandomKey<T>
Random Key chromosome is used for permutation representation.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractListChromosome<T> |
AbstractListChromosome.newFixedLengthChromosome(List<T> chromosomeRepresentation)
Creates a new instance of the same class as
this is, with a given arrayRepresentation . |
Modifier and Type | Method and Description |
---|---|
protected ChromosomePair |
CycleCrossover.mate(AbstractListChromosome<T> first,
AbstractListChromosome<T> second)
Helper for
CycleCrossover.crossover(Chromosome, Chromosome) . |
protected ChromosomePair |
CycleCrossover.mate(AbstractListChromosome<T> first,
AbstractListChromosome<T> second)
Helper for
CycleCrossover.crossover(Chromosome, Chromosome) . |
protected ChromosomePair |
OrderedCrossover.mate(AbstractListChromosome<T> first,
AbstractListChromosome<T> second)
|
protected ChromosomePair |
OrderedCrossover.mate(AbstractListChromosome<T> first,
AbstractListChromosome<T> second)
|
Copyright © 2021 CNES. All rights reserved.