findFunctionMinimumByBisect

fun findFunctionMinimumByBisect(from: Double, to: Double, minDelta: Double = 1.0E-4, function: Double2DoubleFunction): DoubleDoublePair

Finds the minimum between min and max.