Skip to content

Commit 37173e6

Browse files
Merge pull request #64 from SciML/ChrisRackauckas-patch-2
Fix example 3
2 parents 0c41450 + 89e215e commit 37173e6

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)