Package | Description |
---|---|
org.apache.commons.math3.genetics |
This package provides Genetic Algorithms components and implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractListChromosome<T>
Chromosome represented by an immutable list of a fixed length.
|
class |
BinaryChromosome
Chromosome represented by a vector of 0s and 1s.
|
class |
Chromosome
Individual in a population.
|
class |
RandomKey<T>
Random Key chromosome is used for permutation representation.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.