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

Custom loss #122

Closed shuheng-liu closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #122 (9de56a8) into v0.4.0 (ddbe5a2) will decrease coverage by 0.43%. The diff coverage is 30.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##           v0.4.0     #122      +/-   ##
==========================================
- Coverage   90.41%   89.97%   -0.44%     
==========================================
  Files          17       17              
  Lines        2670     3692    +1022     
==========================================
+ Hits         2414     3322     +908     
- Misses        256      370     +114     
Impacted Files Coverage Δ
neurodiffeq/solvers.py 79.29% <30.13%> (-8.34%) :arrow_down:
neurodiffeq/generators.py 95.75% <0.00%> (-0.29%) :arrow_down:
neurodiffeq/networks.py 88.88% <0.00%> (+0.31%) :arrow_up:
neurodiffeq/conditions.py 95.30% <0.00%> (+1.96%) :arrow_up:
neurodiffeq/monitors.py 92.44% <0.00%> (+2.12%) :arrow_up:
neurodiffeq/callbacks.py 97.88% <0.00%> (+4.41%) :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 ddbe5a2...9de56a8. Read the comment docs.