Interface MultipleIntegerValue


  • public interface MultipleIntegerValue
    Represents a function that can be optimized. Takes multiple integers as input
    • Method Detail

      • value

        double value​(int[] v)
        Returns the value of a function
        Parameters:
        v - The input parameters
        Returns:
        The value of the function