DifferentialEquations.jl
DifferentialEquations.jl copied to clipboard
Feature request: save all kwargs in ODESolution
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.