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

DEStats Type #54

Closed
ChrisRackauckas opened this issue Jul 6, 2017 · 2 comments
Closed

DEStats Type #54

ChrisRackauckas opened this issue Jul 6, 2017 · 2 comments

Comments

@ChrisRackauckas
Copy link
Member

It would be nice to have a DEStats type which stores useful data about how well the method worked. It should count things like:

  • Number of function calls
  • Number of Jacobian calculations
  • Number of linear solves
  • Number of accepted steps
  • Number of rejected steps
  • Number of interpolated points
@ChrisRackauckas
Copy link
Member Author

We should probably add the step_predict part here.

luchr/ODEInterface.jl#14 (comment)

@ChrisRackauckas
Copy link
Member Author

It at least exists. Now we just got to get all of the packages counting stuff, which is its own ordeal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant