NeuroDiffGym / neurodiffeq

A library for solving differential equations using neural networks based on PyTorch, used by multiple research groups around the world, including at Harvard IACS.
http://pypi.org/project/neurodiffeq/
MIT License
702 stars 90 forks source link

Solving N dimensional equations #48

Closed devanshkv closed 3 years ago

devanshkv commented 4 years ago

Presently only 2D and 3D systems are supported, this could be generalized to N dimensions

shuheng-liu commented 3 years ago

Fixed