We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b3e194 + a170c6c commit 7a64c09Copy full SHA for 7a64c09
docs/src/example.md
@@ -51,7 +51,7 @@ function simulate_with_tunables(tunables)
51
coeffs = reshape(tunables[6:end], size(p.coeffs))
52
newp = Parameters(subpars, coeffs)
53
newprob = remake(prob; p = newp)
54
- sol = solve(prob, Tsit5())
+ sol = solve(newprob, Tsit5())
55
return sum(sol.u[end])
56
end
57
```
0 commit comments