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