Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Nov 25, 2024
1 parent 8d346a9 commit 1d303b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/samplers/cmamae/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class CmaMaeSampler(optunahub.samplers.SimpleBaseSampler):
Args:
param_names: List of names of parameters to optimize.
measure_names: List of names of measures.
archive_dims: Number of archive cells in each dimension of the measure
space, e.g. ``[20, 30, 40]`` indicates there should be 3 dimensions
with 20, 30, and 40 cells. (The number of dimensions is implicitly
Expand Down

0 comments on commit 1d303b3

Please sign in to comment.