Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
linesd authored Oct 12, 2019
1 parent 24ee62d commit 8171446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ convergence : numpy array - Shape : (i, D+1)
i : int
Number of line searches or function evaluations depending on which was selected.
```
Here the two-dimensional [rosenbrock](https://en.wikipedia.org/wiki/Rosenbrock_function) function is used to show how minimize works. The function returns the function value and the partial derivatives with respect to the variables to be minimized.
Here the two-dimensional [rosenbrock](https://en.wikipedia.org/wiki/Rosenbrock_function) function is used to show how minimize works. The rosenbrock function returns the function value and the partial derivatives with respect to the variables to be minimized.

Starting from initial conditions `X0 = np.array([[-1],[0]])` and `length = 100` "linesearches":

Expand Down

0 comments on commit 8171446

Please sign in to comment.