mymath
Interface BinaryOptimizable


public interface BinaryOptimizable

Represents a function that can be optimized by binary search. Should be unimodal function.


Method Summary
 double value(double arg)
           
 

Method Detail

value

double value(double arg)