| Interface | Description |
|---|---|
| BinarySolution |
Interface representing a binary (bitset) solutions
|
| DoubleBinarySolution |
Interface representing a solution having an array of real values and a bitset
|
| DoubleSolution |
Interface representing a double solutions
|
| IntegerDoubleSolution |
Interface representing a solution composed of integers and real values
|
| IntegerSolution |
Interface representing a integer solutions
|
| PermutationSolution<T> |
Interface representing permutation based solutions
|
| Solution<T> |
Interface representing a Solution
|
| SolutionBuilder<Solution> |
A
SolutionBuilder allows to generate a Solution by setting
its fundamental information, in other words by providing the values of its
SolutionBuilder.Variables. |
| SolutionBuilder.Variable<Solution,Value> |
A
SolutionBuilder.Variable represents the fundamental information of a set of
homogeneous Solutions (e.g. a population of solutions returned by
an Algorithm). |
| SolutionEvaluator<Solution> |
A
SolutionEvaluator allows to evaluate a Solution on one or
several dimensions, in other words to compute its SolutionEvaluator.Objective values. |
| SolutionEvaluator.Objective<Solution,Value> |
An
SolutionEvaluator.Objective represents the evaluation information of a set of
homogeneous Solutions (e.g. a population of solutions returned by
an Algorithm). |
Copyright © 2018. All rights reserved.