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

Minor fixes for BAMT users #169

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Minor fixes for BAMT users #169

wants to merge 5 commits into from

Conversation

gkirgizov
Copy link
Collaborator

No description provided.

@gkirgizov gkirgizov added the enhancement New feature or request label Aug 16, 2023
@codecov-commenter
Copy link

codecov-commenter commented Aug 24, 2023

Codecov Report

Merging #169 (19da575) into main (8aaf543) will decrease coverage by 0.04%.
Report is 2 commits behind head on main.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #169      +/-   ##
==========================================
- Coverage   74.13%   74.09%   -0.04%     
==========================================
  Files         129      129              
  Lines        7673     7683      +10     
==========================================
+ Hits         5688     5693       +5     
- Misses       1985     1990       +5     
Files Changed Coverage Δ
golem/core/optimisers/genetic/evaluation.py 93.58% <ø> (-0.65%) ⬇️
golem/core/constants.py 100.00% <100.00%> (ø)
golem/core/optimisers/adaptive/operator_agent.py 91.42% <100.00%> (+0.25%) ⬆️
.../core/optimisers/genetic/operators/reproduction.py 100.00% <100.00%> (ø)
golem/core/optimisers/populational_optimizer.py 92.15% <100.00%> (-3.93%) ⬇️

... and 4 files with indirect coverage changes

@gkirgizov gkirgizov marked this pull request as ready for review August 24, 2023 05:34
@@ -46,8 +46,7 @@ def __init__(self,
self.generations = GenerationKeeper(self.objective, keep_n_best=requirements.keep_n_best)
self.timer = OptimisationTimer(timeout=self.requirements.timeout)

dispatcher_type = MultiprocessingDispatcher if self.requirements.parallelization_mode == 'populational' else \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Насколько я помню, параметер parallelization_mode вынесен в api в федоте. Такие изменения вообще делают его не нужным. Стоит эти изменения согласовать с федотом

@maypink
Copy link
Collaborator

maypink commented Dec 19, 2023

Доделаю или закрою, если окажется, что уже не актуально

@maypink maypink mentioned this pull request Dec 19, 2023
8 tasks
@nicl-nno
Copy link
Collaborator

nicl-nno commented Feb 12, 2024

@gkirgizov этот PR ещё актуален?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants