| Interface | Description |
|---|---|
| BinaryProblem |
Interface representing binary problems
|
| BoundedProblem<T extends Number,S> |
A
BoundedProblem is a Problem for which solution boundaries
exist. |
| ConstrainedProblem<S> | Deprecated |
| DoubleBinaryProblem<S> |
Interface representing problems having integer and double variables
|
| DoubleProblem |
Interface representing continuous problems
|
| IntegerDoubleProblem<S> |
Interface representing problems having integer and double variables
|
| IntegerProblem |
Interface representing integer problems
|
| PermutationProblem<S extends PermutationSolution<?>> |
Interface representing permutation problems
|
| Problem<S> |
Interface representing a multi-objective optimization problem
|
Copyright © 2019. All rights reserved.