-
Notifications
You must be signed in to change notification settings - Fork 8
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report
@@ 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
|
@@ -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 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Насколько я помню, параметер parallelization_mode
вынесен в api в федоте. Такие изменения вообще делают его не нужным. Стоит эти изменения согласовать с федотом
Доделаю или закрою, если окажется, что уже не актуально |
@gkirgizov этот PR ещё актуален? |
No description provided.