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

Custom loss #34

Closed feiyu-chen96 closed 4 years ago

codecov-io commented 4 years ago

Codecov Report

Merging #34 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #34      +/-   ##
==========================================
+ Coverage   93.78%   93.81%   +0.03%     
==========================================
  Files           6        6              
  Lines         804      808       +4     
==========================================
+ Hits          754      758       +4     
  Misses         50       50
Impacted Files Coverage Δ
neurodiffeq/ode.py 94.94% <100%> (+0.05%) :arrow_up:
neurodiffeq/pde.py 93.97% <100%> (+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 04e88d5...24e28ba. Read the comment docs.