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

Adaptive Step Size - Adjust around events #46

Open
5 tasks
teubert opened this issue Jul 11, 2023 · 0 comments
Open
5 tasks

Adaptive Step Size - Adjust around events #46

teubert opened this issue Jul 11, 2023 · 0 comments
Labels

Comments

@teubert
Copy link
Contributor

teubert commented Jul 11, 2023

Requirement Text
Adjust 'auto' step size behavior to adjust step size around event occurrence to better capture time of event

Background Information
Right now auto step size adjusts around stop_pts, save_pts, and switching points in Piecewise load estimators. If 'dt', stepsize is too large, this can lead to imprecision in time of event.

Suggested Solution
Reduce dt as you event state approaches 0 in a configurable way

Could also: If state of event is negative, step back by half a step. 2.

DoD

  • Implement feature
  • Add to example
  • Add tests
  • update documentation
  • Add to change notes for next release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant