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