Don Elbert
Don Elbert
Using very small values for abstol and reltol (1e-14) with DynamicSS on a SteadyStateProblem, FiniteDiff solves out to t = 70,000, while ForwardDiff stops at t = 228. The true...
This is related to the termination criteria potentially stopping too early with default values of abstol and reltol. If the abstol or reltol are set low to prevent early termination,...
**Is your feature request related to a problem? Please describe.** The current modularization methods are ambiguous and produce unneeded parameters. This is a complex issue and the point of this...