Uses of Class
org.apache.commons.math3.genetics.InvalidRepresentationException
-
Packages that use InvalidRepresentationException Package Description org.apache.commons.math3.genetics This package provides Genetic Algorithms components and implementations. -
-
Uses of InvalidRepresentationException in org.apache.commons.math3.genetics
Methods in org.apache.commons.math3.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.Constructors in org.apache.commons.math3.genetics that throw InvalidRepresentationException Constructor Description AbstractListChromosome(java.util.List<T> representation)Constructor, copying the input representation.AbstractListChromosome(T[] representation)Constructor, copying the input representation.BinaryChromosome(java.lang.Integer[] representation)Constructor.BinaryChromosome(java.util.List<java.lang.Integer> representation)Constructor.RandomKey(java.lang.Double[] representation)Constructor.RandomKey(java.util.List<java.lang.Double> representation)Constructor.
-