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 voidAbstractListChromosome.checkValidity(List<T> chromosomeRepresentation) Asserts thatrepresentationcan represent a valid chromosome.protected voidBinaryChromosome.checkValidity(List<Integer> chromosomeRepresentation) Asserts thatrepresentationcan represent a valid chromosome.protected voidRandomKey.checkValidity(List<Double> chromosomeRepresentation) Asserts thatrepresentationcan 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.