Interface | Description |
---|---|
Solution<T> |
Solution is a specific value from the search domain and its fitness
|
Class | Description |
---|---|
DoubleSolution |
Solution optimized for a single double number.
|
DoubleVectorSolution |
Solution optimized for a vector of doubles.
|
SimpleSolution<T extends java.io.Serializable> |
Basic implementation of the
Solution interface. |
Solutions |
Utilities and factory methods for solutions.
|
Solution wrappers