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