| Interface | Description |
|---|---|
| BinarySolution | |
| DoubleBinarySolution |
Created by ajnebro on 24/11/14.
|
| DoubleSolution | |
| IntegerDoubleSolution | |
| IntegerSolution | |
| PermutationSolution<T> | |
| 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 © 2015. All rights reserved.