nnaisense / evotorch

Advanced evolutionary computation library built directly on top of PyTorch, created at NNAISENSE.
https://evotorch.ai
Apache License 2.0
1.01k stars 63 forks source link

feat: Simplify the usage of NeptuneLogger #38

Closed Higgcz closed 1 year ago

Higgcz commented 1 year ago

Let NeptuneLogger initialize a new Neptune Run if the user doesn't specify it.

Waiting for #37

codecov-commenter commented 1 year ago

Codecov Report

Merging #38 (0258204) into master (eaac131) will decrease coverage by 0.00%. The diff coverage is 28.57%.

:exclamation: Current head 0258204 differs from pull request most recent head 5f01913. Consider uploading reports for the commit 5f01913 to get more accurate results

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
- Coverage   52.18%   52.18%   -0.01%     
==========================================
  Files          43       43              
  Lines        6241     6245       +4     
==========================================
+ Hits         3257     3259       +2     
- Misses       2984     2986       +2     
Impacted Files Coverage Δ
src/evotorch/logging.py 29.09% <28.57%> (+0.22%) :arrow_up:
src/evotorch/neuroevolution/net/vecrl.py 40.06% <0.00%> (ø)
src/evotorch/algorithms/distributed/gaussian.py 19.21% <0.00%> (ø)
src/evotorch/neuroevolution/net/statefulmodule.py 36.36% <0.00%> (+1.58%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.