issues
search
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:
all conditions are moved to
conditions.py
, with custom test cases implemented.
better styles for sphinx docs
fixed travis-ci bug and re-enabled code coverage
diff
will check tensor shape by default
Some of the new features in V0.2.0:
conditions.py
, with custom test cases implemented.diff
will check tensor shape by default