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

Merge Kshitij's NNGenerator branch into adversarial-sampling branch of the central repo #148

Closed shuheng-liu closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #148 (3d8720f) into adversarial-sampling (7bb802a) will decrease coverage by 3.52%. The diff coverage is 20.87%.

Impacted file tree graph

@@                   Coverage Diff                    @@
##           adversarial-sampling     #148      +/-   ##
========================================================
- Coverage                 84.27%   80.74%   -3.53%     
========================================================
  Files                        22       22              
  Lines                      3522     3724     +202     
========================================================
+ Hits                       2968     3007      +39     
- Misses                      554      717     +163     
Impacted Files Coverage Δ
neurodiffeq/generators.py 72.99% <17.14%> (-21.16%) :arrow_down:
neurodiffeq/solvers.py 81.88% <38.46%> (-3.12%) :arrow_down:
neurodiffeq/networks.py 86.48% <60.00%> (-2.09%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7bb802a...3d8720f. Read the comment docs.

shuheng-liu commented 2 years ago

Also, let's check that L-BFGS works with NNGenerator