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