| Interface | Description |
|---|---|
| BinaryProblem |
Interface representing binary problems
|
| ConstrainedProblem<S> |
Interface representing problems having constraints
|
| 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 © 2018. All rights reserved.