Represents a black box whose values will be queried in search for GetRefValue() More...
#include <BinSearchArgSubject.hpp>
Public Member Functions | |
virtual double | GetRefValue ()=0 |
The value searched for. | |
virtual double | UpdateGetValue (double arg)=0 |
Should return the function's value for a given argument. | |
virtual bool | IsValid (double arg, double lastValue) |
Can give additional hint to the caller about validity of the result, if known. |
Represents a black box whose values will be queried in search for GetRefValue()