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

V0.2.0 #65

Closed shuheng-liu closed 4 years ago

shuheng-liu commented 4 years ago

Some of the new features in V0.2.0:

  1. all conditions are moved to conditions.py, with custom test cases implemented.
  2. better styles for sphinx docs
  3. fixed travis-ci bug and re-enabled code coverage
  4. diff will check tensor shape by default