Skip to content

Commit

Permalink
Merge pull request optuna#4913 from not522/deprecate-skopt
Browse files Browse the repository at this point in the history
Deprecate `SkoptSampler`
  • Loading branch information
HideakiImamura authored Sep 14, 2023
2 parents ed5ecc0 + 8059156 commit d0d89a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions optuna/integration/skopt.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import optuna
from optuna import distributions
from optuna import samplers
from optuna._deprecated import deprecated_class
from optuna._imports import try_import
from optuna.exceptions import ExperimentalWarning
from optuna.samplers import BaseSampler
Expand All @@ -28,6 +29,7 @@
from skopt.space import space


@deprecated_class("3.4.0", "4.0.0")
class SkoptSampler(BaseSampler):
"""Sampler using Scikit-Optimize as the backend.
Expand Down

0 comments on commit d0d89a9

Please sign in to comment.