Skip to content

Commit

Permalink
Add SimpleSampler as an alias of SimpleBaseSampler
Browse files Browse the repository at this point in the history
  • Loading branch information
toshihikoyanase committed Jun 28, 2024
1 parent c967556 commit 6bf7b21
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package/samplers/simple/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,7 @@ def _default_sample_independent(
return self._random_sampler.sample_independent(
study, trial, param_name, param_distribution
)


class SimpleSampler(SimpleBaseSampler):
pass

0 comments on commit 6bf7b21

Please sign in to comment.