You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMO, there should be alignment between “Recommended Methods” section in docs and the polyalgorithms. For example, the polyalgorithm doesn't include GPU solvers, but they are recommended. Or Feagin14 is recommended for high accuracy solving, but the polyalgorithm doesn't use it.
The polyalgorithm constrains itself to a smaller set of algorithms to keep compilation time down, and prefers robustness over performance over a wide range of problems. Because of that, it sometimes deviates from the most optimal to something slightly less optimal in order to cut the number of algorithms in the list.
IMO, there should be alignment between “Recommended Methods” section in docs and the polyalgorithms. For example, the polyalgorithm doesn't include GPU solvers, but they are recommended. Or
Feagin14
is recommended for high accuracy solving, but the polyalgorithm doesn't use it.https://docs.sciml.ai/DiffEqDocs/dev/solvers/ode_solve/#Recommended-Methods
https://github.com/SciML/DifferentialEquations.jl/blob/master/src/ode_default_alg.jl
The text was updated successfully, but these errors were encountered: