Skip to content

Commit 89e215e

Browse files
Fix example 3
Fixes #63
1 parent 0c41450 commit 89e215e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ solve(prob, TRBDF2())
146146
### DiffCache Example 3: Nested AD calls in an optimization problem involving a Hessian matrix
147147

148148
```julia
149-
using LinearAlgebra, OrdinaryDiffEq, PreallocationTools, Optim, Optimization
149+
using LinearAlgebra, OrdinaryDiffEq, PreallocationTools, Optimization, OptimizationOptimJL
150150
function foo(du, u, p, t)
151151
tmp = p[2]
152152
A = reshape(p[1], size(tmp.du))

0 commit comments

Comments
 (0)