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

Save load solver #129

Closed shivasj closed 3 years ago

shivasj commented 3 years ago

Merge Save load solver to the main branch

codecov-commenter commented 3 years ago

Codecov Report

Merging #129 (94a494b) into master (c5e7404) will decrease coverage by 6.06%. The diff coverage is 19.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #129      +/-   ##
==========================================
- Coverage   89.72%   83.66%   -6.07%     
==========================================
  Files          18       19       +1     
  Lines        3028     3311     +283     
==========================================
+ Hits         2717     2770      +53     
- Misses        311      541     +230     
Impacted Files Coverage Δ
neurodiffeq/solvers_utils.py 18.43% <18.43%> (ø)
neurodiffeq/solvers.py 84.57% <100.00%> (+0.04%) :arrow_up:

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 c5e7404...94a494b. Read the comment docs.