Skip to content

Conversation

@teubert
Copy link
Collaborator

@teubert teubert commented Sep 1, 2021

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

@teubert teubert added the enhancement New feature or request label Sep 1, 2021
@teubert teubert self-assigned this Sep 1, 2021
@teubert teubert linked an issue Sep 1, 2021 that may be closed by this pull request
6 tasks
@teubert teubert changed the title Added adaptive step size feature Added Dynamic step size feature Sep 1, 2021
@teubert teubert added this to the v1.2 milestone Sep 1, 2021
@teubert teubert requested review from GGorospe and kjjarvis September 2, 2021 17:31
Copy link
Contributor

@kjjarvis kjjarvis left a 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.

Copy link
Collaborator

@GGorospe GGorospe left a 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!

@teubert teubert merged commit 473e898 into dev Sep 22, 2021
@teubert teubert deleted the feature/adaptive_step_size branch September 22, 2021 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dynamic Step Size Support

3 participants