Package Utils

Interface Value

  • All Known Implementing Classes:
    KnniLDOpt, KnniOpt

    public interface Value
    Interface representing something that is optimizable.
    • Method Detail

      • value

        double value​(int[] parameters)
              throws java.lang.Exception
        Returns a value given a set of parameters
        Parameters:
        parameters - The parameters
        Returns:
        A value associated with the parameters
        Throws:
        java.lang.Exception - If the value can't be calculated