-
Couldn't load subscription status.
- Fork 52
Added Dynamic step size feature #131
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a great new addition. The implementation in prognostics_models is straightforward and clear, and dynamic_step_size provides a detailed and easy-to-follow example.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New example with dynamic step size looks great!
Allows user to specify a function f(t, x) -> dt that specifies the next step.
This enables use case where step sizes are dynamic (i.e., a function of time or state). For example: step size my decrease as you approach an event state