You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice work on the package. I was wondering if you'd be interested in eventually adding hypersolvers to neurodiffeq; it should be pretty straightforward given the machinery you've built here! We have a small reference PyTorch implementation here.
The text was updated successfully, but these errors were encountered:
Hi @Zymrael , thanks for your interest. Hypersolvers seem really interesting and we'd love to have that in the library. Currently, we're working on several other features. It would probably take some time before our team eventually implement the hypersolvers. If you (or anyone you know) would like to contribute to the library, we'd really appreciate it! I can map out the part where you can add the new functionality so that you won't feel disoriented. Either way, please let us know.
Sorry for the late reply, lot of deadlines to take care of. Pinging @Juju-botu as he's also working on hypersolvers currently and is interested in contributing. I'll reach out via email to set up a quick intro + brainstorming talk.
On a separate note, we're working on a new release for torchdyn and another interesting avenue for us would be to integrate neurodiffeq as a dependency. We have hypersolvers integrated in our odeint routines (same API as with traditional solvers), but since our focus is not solving differential equations with neural nets but rather neural differential equations it might be useful to import some of the tools you've developed here for users interested in trying both things simultaneously.
Nice work on the package. I was wondering if you'd be interested in eventually adding hypersolvers to
neurodiffeq
; it should be pretty straightforward given the machinery you've built here! We have a small reference PyTorch implementation here.The text was updated successfully, but these errors were encountered: