|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidRepresentationException | |
|---|---|
| org.apache.commons.math3.genetics | This package provides Genetic Algorithms components and implementations. |
| Uses of InvalidRepresentationException in org.apache.commons.math3.genetics |
|---|
| Methods in org.apache.commons.math3.genetics that throw InvalidRepresentationException | |
|---|---|
protected void |
RandomKey.checkValidity(List<Double> chromosomeRepresentation)
Asserts that representation can represent a valid chromosome. |
protected void |
BinaryChromosome.checkValidity(List<Integer> chromosomeRepresentation)
Asserts that representation can represent a valid chromosome. |
protected abstract void |
AbstractListChromosome.checkValidity(List<T> chromosomeRepresentation)
Asserts that representation can represent a valid chromosome. |
| Constructors in org.apache.commons.math3.genetics that throw InvalidRepresentationException | |
|---|---|
AbstractListChromosome(List<T> representation)
Constructor. |
|
AbstractListChromosome(T[] representation)
Constructor. |
|
BinaryChromosome(Integer[] representation)
Constructor. |
|
BinaryChromosome(List<Integer> representation)
Constructor. |
|
RandomKey(Double[] representation)
Constructor. |
|
RandomKey(List<Double> representation)
Constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||