Uses of Class
org.apache.commons.math.genetics.InvalidRepresentationException
- 
Packages that use InvalidRepresentationException Package Description 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 Modifier and Type Method Description protected abstract voidAbstractListChromosome. checkValidity(java.util.List<T> chromosomeRepresentation)Asserts thatrepresentationcan represent a valid chromosome.protected voidBinaryChromosome. checkValidity(java.util.List<java.lang.Integer> chromosomeRepresentation)Asserts thatrepresentationcan represent a valid chromosome.protected voidRandomKey. checkValidity(java.util.List<java.lang.Double> chromosomeRepresentation)Asserts thatrepresentationcan represent a valid chromosome. 
 -