Interface IGradientDescendableFunction
-
public interface IGradientDescendableFunctionThis interface represents a function that is differentiable and thus can be used by gradient descent algorithms. In particular, if a function implements this interface, we assume that the underlying space is convex.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doubleapply(org.api4.java.common.math.IVector vector)Applies the function for the point represented by the given vector.
-