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
687 stars 90 forks source link

Stochastic Branch PR #202

Open mingyipro opened 1 year ago

mingyipro commented 1 year ago
  1. Add a BrownianGenerator to generators.py and the docstring is previewed and verified.
  2. Fix a bug in ./docs/conf.py: the directory path is not correct.