Skip to content

Commit f9da759

Browse files
jpfeily0z
andauthored
Update package/samplers/fcmaes/sampler.py
Co-authored-by: Yoshihiko Ozaki <[email protected]>
1 parent 1136420 commit f9da759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/samplers/fcmaes/sampler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def sample_relative(
128128

129129
for t in solution_trials[: self.popsize]:
130130
assert t.value is not None, "completed trials must have a value"
131-
# Convert Optuna's representation to cmaes.CatCma's internal representation.
131+
# Convert Optuna's representation to fcmaes.cmaescpp's internal representation.
132132

133133
value = t.value if study.direction == StudyDirection.MINIMIZE else -t.value
134134

0 commit comments

Comments
 (0)