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.MaxIterCallback |
AbstractOptimizationProblem.MAX_ITER_CALLBACK
Callback to use for the iteration counter.
|