NonlinearSolve.jl
NonlinearSolve.jl copied to clipboard
Consolidate `stats` handling
As pointed out by @oscardssmith, it would be good to store a centralized stats in the cache and update references to it instead of adding up the stats at the end.
Would probably make https://github.com/SciML/OrdinaryDiffEq.jl/pull/2167 easier