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