Interface SingleDoubleValue


  • public interface SingleDoubleValue
    Represents a function that can be optimized. Takes a single double as input
    • Method Detail

      • value

        double value​(double v)
        Returns the value of a function
        Parameters:
        v - The input parameter
        Returns:
        The value of the function