We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abbfce commit dc76494Copy full SHA for dc76494
1 file changed
dynamicalgorithmselection/optimizers/ES/CMAES.py
@@ -340,7 +340,7 @@ def set_data(
340
self.start_conditions = {
341
i: loc.get(i, None)
342
for i in [
343
- "yp_c",
+ "p_c",
344
"p_s",
345
"cm",
346
"e_ve",
@@ -354,7 +354,7 @@ def set_data(
354
start_conditions = {
355
356
357
358
359
360
0 commit comments