Skip to content

Commit dc76494

Browse files
committed
fix: p_c instead of yp_c in CMAES
1 parent 1abbfce commit dc76494

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • dynamicalgorithmselection/optimizers/ES

dynamicalgorithmselection/optimizers/ES/CMAES.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def set_data(
340340
self.start_conditions = {
341341
i: loc.get(i, None)
342342
for i in [
343-
"yp_c",
343+
"p_c",
344344
"p_s",
345345
"cm",
346346
"e_ve",
@@ -354,7 +354,7 @@ def set_data(
354354
start_conditions = {
355355
i: loc.get(i, None)
356356
for i in [
357-
"yp_c",
357+
"p_c",
358358
"p_s",
359359
"cm",
360360
"e_ve",

0 commit comments

Comments
 (0)