Fixed typo
This commit is contained in:
parent
e02e79308f
commit
ffcf9fa975
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue