We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1136420 commit f9da759Copy full SHA for f9da759
package/samplers/fcmaes/sampler.py
@@ -128,7 +128,7 @@ def sample_relative(
128
129
for t in solution_trials[: self.popsize]:
130
assert t.value is not None, "completed trials must have a value"
131
- # Convert Optuna's representation to cmaes.CatCma's internal representation.
+ # Convert Optuna's representation to fcmaes.cmaescpp's internal representation.
132
133
value = t.value if study.direction == StudyDirection.MINIMIZE else -t.value
134
0 commit comments