| Package | Description |
|---|---|
| org.apache.commons.math3.optim |
Generally, optimizers are algorithms that will either
minimize or
maximize
a scalar function, called the
objective
function. |
| Modifier and Type | Field and Description |
|---|---|
private static AbstractOptimizationProblem.MaxEvalCallback |
AbstractOptimizationProblem.MAX_EVAL_CALLBACK
Callback to use for the evaluation counter.
|