Is there a way to change a single parameter in am ODEproblem and rerun it?

Ok, I had Chris’s post set as the solution, but there’s a typo in that.

It needs to be p = [ <parameter map>], so:

new_prob = remake(prob, p = [p156 => 157])

Edit: according to the changelogs, I guess this was brought in in v8.29

1 Like