Interface IGradientDescendableFunction

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double apply​(ai.libs.jaicore.math.linearalgebra.Vector vector)
      Applies the function for the point represented by the given vector.
    • Method Detail

      • apply

        double apply​(ai.libs.jaicore.math.linearalgebra.Vector vector)
        Applies the function for the point represented by the given vector.
        Parameters:
        vector - the point to which to apply the function
        Returns:
        the function value at the applied point