Uses of Class
org.apache.commons.math.genetics.InvalidRepresentationException
Packages that use InvalidRepresentationException
Package
Description
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 InvalidRepresentationExceptionModifier and TypeMethodDescriptionprotected abstract void
AbstractListChromosome.checkValidity
(List<T> chromosomeRepresentation) Asserts thatrepresentation
can represent a valid chromosome.protected void
BinaryChromosome.checkValidity
(List<Integer> chromosomeRepresentation) Asserts thatrepresentation
can represent a valid chromosome.protected void
RandomKey.checkValidity
(List<Double> chromosomeRepresentation) Asserts thatrepresentation
can represent a valid chromosome.