| Interface | Description |
|---|---|
| C2OptimProblem |
This is an optimization problem of a real valued function that is twice differentiable.
|
| IterativeMinimizer<S> |
Many minimization algorithms work by starting from some given initials and iteratively moving toward an approximate solution.
|
| MinimizationSolution<T> |
This is the solution to a minimization problem,
OptimProblem. |
| OptimProblem |
This is an optimization problem that minimizes a real valued objective function, one or multi dimension.
|
| Class | Description |
|---|---|
| C2OptimProblemImpl |
This is an optimization problem of a real valued function: \(\max_x f(x)\).
|