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

docs: Update the logging page and add WandbLogger section #37

Closed Higgcz closed 1 year ago

Higgcz commented 1 year ago

This PR updates the Logging documentation page and adds a section about WandbLogger.

Waiting for #36

flukeskywalker commented 1 year ago

Nice improvements to the docs! ❤️

codecov-commenter commented 1 year ago

Codecov Report

Merging #37 (0479192) into master (eaac131) will increase coverage by 0.01%. The diff coverage is 80.00%.

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

@@            Coverage Diff             @@
##           master      #37      +/-   ##
==========================================
+ Coverage   52.18%   52.20%   +0.01%     
==========================================
  Files          43       43              
  Lines        6241     6241              
==========================================
+ Hits         3257     3258       +1     
+ Misses       2984     2983       -1     
Impacted Files Coverage Δ
src/evotorch/algorithms/distributed/gaussian.py 19.21% <ø> (ø)
src/evotorch/core.py 61.59% <ø> (ø)
src/evotorch/logging.py 29.28% <ø> (+0.41%) :arrow_up:
src/evotorch/neuroevolution/net/vecrl.py 40.06% <ø> (ø)
src/evotorch/tools/objectarray.py 72.78% <ø> (ø)
src/evotorch/neuroevolution/net/statefulmodule.py 34.78% <50.00%> (ø)
src/evotorch/tools/misc.py 82.03% <100.00%> (ø)
... and 1 more

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