DifferentialEquations.jl icon indicating copy to clipboard operation
DifferentialEquations.jl copied to clipboard

Feature request: save all kwargs in ODESolution

Open rveltz opened this issue 3 years ago • 0 comments

Hi,

When passing kwargs to solve I am surprised that they can't be recovered from the solution

sol = solve(prob, Tsit5(); reltol = 1e-5)

Where is reltol saved in sol?

It would be nice to have all kwargs in sol for reproducibility.

rveltz avatar Jun 03 '22 06:06 rveltz