Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ODE Solving Tuning #63

Open
rdoddanavar opened this issue Apr 26, 2021 · 0 comments
Open

ODE Solving Tuning #63

rdoddanavar opened this issue Apr 26, 2021 · 0 comments
Assignees
Labels
future Potential feature or fix, not a short-term priority modeling Related to underlying math/physics models

Comments

@rdoddanavar
Copy link
Owner

rdoddanavar commented Apr 26, 2021

Current solver settings:

  • Method: "rkf45"
  • hStart: 1e-6
  • epsAbs: 1e-9
  • epsRel: 1e-9

hStart needs to be a a fraction of the output step size. Greater justification needs to be given for epsAbs & epsRel w/ test data.

@rdoddanavar rdoddanavar added modeling Related to underlying math/physics models future Potential feature or fix, not a short-term priority labels Apr 26, 2021
@rdoddanavar rdoddanavar self-assigned this Apr 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future Potential feature or fix, not a short-term priority modeling Related to underlying math/physics models
Projects
None yet
Development

No branches or pull requests

1 participant