| Interface | Description |
|---|---|
| Minimizer<P extends OptimProblem,S extends MinimizationSolution<?>> |
This interface represents an optimization algorithm that minimizes a real valued objective function, one or multi dimension.
|
| Optimizer<P,S> |
Optimization, or mathematical programming, refers to choosing the best element from some set of available alternatives.
|