Package | Description |
---|---|
org.apache.commons.math3.genetics |
This package provides Genetic Algorithms components and implementations.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RandomKey.checkValidity(List<Double> chromosomeRepresentation)
Asserts that
representation can represent a valid chromosome. |
protected void |
BinaryChromosome.checkValidity(List<Integer> chromosomeRepresentation)
Asserts that
representation can represent a valid chromosome. |
protected abstract void |
AbstractListChromosome.checkValidity(List<T> chromosomeRepresentation)
Asserts that
representation can represent a valid chromosome. |
Constructor and Description |
---|
AbstractListChromosome(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.
|
RandomKey(Double[] representation)
Constructor.
|
RandomKey(List<Double> representation)
Constructor.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.