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

Implemented hypersolver #136

Closed AshleighBi closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #136 (3dd7114) into master (c5e7404) will decrease coverage by 5.21%. The diff coverage is 95.58%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #136      +/-   ##
==========================================
- Coverage   89.72%   84.51%   -5.22%     
==========================================
  Files          18       21       +3     
  Lines        3028     3642     +614     
==========================================
+ Hits         2717     3078     +361     
- Misses        311      564     +253     
Impacted Files Coverage Δ
neurodiffeq/utils.py 48.83% <75.00%> (+5.98%) :arrow_up:
neurodiffeq/hypersolver/numerical_solvers.py 93.33% <93.33%> (ø)
neurodiffeq/hypersolver/hypersolver.py 93.44% <93.44%> (ø)
neurodiffeq/operators.py 100.00% <100.00%> (ø)
neurodiffeq/solvers_utils.py 18.43% <0.00%> (ø)
neurodiffeq/solvers.py 86.84% <0.00%> (+2.31%) :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...3dd7114. Read the comment docs.