aimclub / GOLEM

Graph Optimiser for Learning and Evolution of Models
https://thegolem.readthedocs.io
BSD 3-Clause "New" or "Revised" License
60 stars 7 forks source link

168 minor agent log output enhancement #187

Closed maypink closed 12 months ago

maypink commented 1 year ago

Fixed examples (it was broken because new parameters in optimizer were added recently) & Fixed logging output

maypink commented 1 year ago

Теперь выглядит так: 2023-09-12 11:31:04,056 - ContextualMultiArmedBanditAgent - actions/rewards: [('single_add', 3), ('single_add', 3),....

codecov-commenter commented 1 year ago

Codecov Report

Merging #187 (a04b7a6) into main (423dbdb) will decrease coverage by 0.01%. Report is 3 commits behind head on main. The diff coverage is 75.00%.

@@            Coverage Diff             @@
##             main     #187      +/-   ##
==========================================
- Coverage   73.75%   73.74%   -0.01%     
==========================================
  Files         131      131              
  Lines        7826     7827       +1     
==========================================
  Hits         5772     5772              
- Misses       2054     2055       +1     
Files Coverage Δ
golem/core/optimisers/adaptive/operator_agent.py 92.24% <100.00%> (+0.06%) :arrow_up:
...olem/core/optimisers/genetic/operators/mutation.py 89.21% <ø> (ø)
...misers/adaptive/mab_agents/contextual_mab_agent.py 35.71% <0.00%> (ø)

... and 1 file with indirect coverage changes

pep8speaks commented 12 months ago

Hello @maypink! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2023-10-09 10:17:26 UTC