Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save and Load MABs #185

Merged
merged 31 commits into from
Sep 12, 2023
Merged

Save and Load MABs #185

merged 31 commits into from
Sep 12, 2023

Conversation

maypink
Copy link
Collaborator

@maypink maypink commented Sep 7, 2023

Add save and load methods for MAB.

@maypink maypink linked an issue Sep 7, 2023 that may be closed by this pull request
@aim-pep8-bot
Copy link
Collaborator

aim-pep8-bot commented Sep 7, 2023

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! 🍻

Comment last updated at 2023-09-12 09:53:08 UTC

@codecov-commenter
Copy link

codecov-commenter commented Sep 7, 2023

Codecov Report

Merging #185 (cb27961) into main (147df93) will increase coverage by 0.19%.
Report is 5 commits behind head on main.
The diff coverage is 93.33%.

@@            Coverage Diff             @@
##             main     #185      +/-   ##
==========================================
+ Coverage   74.10%   74.30%   +0.19%     
==========================================
  Files         129      129              
  Lines        7678     7717      +39     
==========================================
+ Hits         5690     5734      +44     
+ Misses       1988     1983       -5     
Files Changed Coverage Δ
...olem/core/optimisers/genetic/operators/mutation.py 89.21% <ø> (-1.79%) ⬇️
...m/core/optimisers/adaptive/mab_agents/mab_agent.py 77.27% <93.10%> (+36.73%) ⬆️
golem/core/optimisers/optimization_parameters.py 97.14% <100.00%> (+0.08%) ⬆️

... and 5 files with indirect coverage changes

@maypink maypink marked this pull request as ready for review September 8, 2023 13:40
@maypink maypink requested a review from YamLyubov September 8, 2023 13:42
@maypink maypink requested a review from YamLyubov September 11, 2023 14:22
@maypink maypink force-pushed the 170-add-saving-option-for-mab branch from f75502b to b18f159 Compare September 12, 2023 09:51
@maypink maypink merged commit a5c4e56 into main Sep 12, 2023
@maypink maypink deleted the 170-add-saving-option-for-mab branch September 12, 2023 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add saving option for MAB
4 participants