Package Utils.Optimize
Interface SingleDoubleValue
-
public interface SingleDoubleValue
Represents a function that can be optimized. Takes a single double as input
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
value(double v)
Returns the value of a function
-