Skip to content

Commit

Permalink
The analytical gradient was incorrect as well
Browse files Browse the repository at this point in the history
  • Loading branch information
jlperla authored Nov 7, 2018
1 parent 2224b94 commit db08f61
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 @@ -48,7 +48,7 @@ This package is written with large scale problems in mind. In particular, memory
J[1, 1] = -1
J[1, 2] = 0
J[2, 1] = -200 * x[1]
J[2, 2] = 109
J[2, 2] = 100
end
optimize!(LeastSquaresProblem(x = zeros(2), f! = rosenbrock_f!, g! = rosenbrock_g!, output_length = 2))
```
Expand Down

0 comments on commit db08f61

Please sign in to comment.