public interface LineSearcher
| Modifier and Type | Method and Description |
|---|---|
double |
minimize(java.util.function.DoubleUnaryOperator function)
Attempts to find an unconstrained minimum of the objective
function
starting at initial, within functionTolerance. |