Methods in org.apache.commons.math.genetics that throw InvalidRepresentationException |
protected void |
RandomKey.checkValidity(java.util.List<java.lang.Double> representation)
Asserts that representation can represent a valid chromosome. |
protected void |
BinaryChromosome.checkValidity(java.util.List<java.lang.Integer> representation)
Asserts that representation can represent a valid chromosome. |
protected abstract void |
AbstractListChromosome.checkValidity(java.util.List<T> representation)
Asserts that representation can represent a valid chromosome. |