Fixed typo

This commit is contained in:
lluni 2022-05-25 02:41:17 +02:00
parent e02e79308f
commit ffcf9fa975

View file

@ -21,7 +21,7 @@ public class GradientDescent {
/**
* Performs gradient descent on a function f: ->
* @param f vector-valued function
* @param f real-valued function
* @param initialX initial X vector
* @param maxIterations maximum number of iterations
* @return approximation of the nearest local minimum