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.
1 parent 2b3e194 commit a170c6cCopy full SHA for a170c6c
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