Uses of Class
org.apache.commons.math3.genetics.InvalidRepresentationException
Packages that use InvalidRepresentationException
Package
Description
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 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.Constructors in org.apache.commons.math3.genetics that throw InvalidRepresentationExceptionModifierConstructorDescriptionAbstractListChromosome
(List<T> representation) Constructor, copying the input representation.AbstractListChromosome
(T[] representation) Constructor, copying the input representation.BinaryChromosome
(Integer[] representation) Constructor.BinaryChromosome
(List<Integer> representation) Constructor.Constructor.Constructor.