-
Notifications
You must be signed in to change notification settings - Fork 22
Add ODE solver and examples #134
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
for more information, see https://pre-commit.ci
This reverts commit 8ec55d1.
@amartyamukherjee I looked over the code, but I would like one of the other reviewers to have a look since I was not part of the model development. |
@klane Got it, thanks for the update! |
@klane Professor Rose Yu has let me know through email that this PR is ready to be merged. Could you merge this please? |
@klane I was wondering if there's a reason why this isn't merged yet? I intend to start working on Hybrid ODEs once this is merged. Thanks! |
No reason @amartyamukherjee. I have just been trying to fix a few other things and have not gotten to it quite yet. I am going to make some small changes to ensure this is compatible with #190 before merging. |
Modified the ODESolver module. Less epochs are required to achieve the same loss as the "ode" branch.
Added two examples to test the ODESolver class on: Lorenz63 and SEIR.