Skip to content

Conversation

@gkirgizov
Copy link
Collaborator

No description provided.

@gkirgizov gkirgizov added the enhancement New feature or request label Aug 16, 2023
@gkirgizov gkirgizov requested a review from YamLyubov August 16, 2023 06:46
@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
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.

5 participants