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
699 stars 89 forks source link

V0.3.0 #72

Closed shuheng-liu closed 3 years ago

shuheng-liu commented 3 years ago

Here are the first part of v0.3.0

  1. implemented a Swish activation
  2. fixed type hinting in docs
  3. removed convergence tests which took too longer to complete
  4. updated test cases