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 void
AbstractListChromosome. checkValidity(java.util.List<T> chromosomeRepresentation)
Asserts thatrepresentation
can represent a valid chromosome.protected void
BinaryChromosome. checkValidity(java.util.List<java.lang.Integer> chromosomeRepresentation)
Asserts thatrepresentation
can represent a valid chromosome.protected void
RandomKey. checkValidity(java.util.List<java.lang.Double> chromosomeRepresentation)
Asserts thatrepresentation
can represent a valid chromosome.
-