diff --git a/optuna_dashboard/preferential/_study.py b/optuna_dashboard/preferential/_study.py index 651dac98..d85c0e41 100644 --- a/optuna_dashboard/preferential/_study.py +++ b/optuna_dashboard/preferential/_study.py @@ -39,7 +39,7 @@ class PreferentialStudy: :func:`~optuna_dashboard.preferential.load_study` respectively. .. note:: - Preferential optimization is an experimental feature (introduced in v3.4.0). + Preferential optimization is an experimental feature (introduced in v0.13.0). The interface may change in newer versions without prior notice. """ @@ -365,7 +365,7 @@ def create_study( A :class:`~optuna_dashboard.preferential.PreferentialStudy` object. .. note:: - Preferential optimization is an experimental feature (introduced in v3.4.0). + Preferential optimization is an experimental feature (introduced in v0.13.0). The interface may change in newer versions without prior notice. """ try: @@ -451,7 +451,7 @@ def load_study( A :class:`~optuna_dashboard.preferential.PreferentialStudy` object. .. note:: - Preferential optimization is an experimental feature (introduced in v3.4.0). + Preferential optimization is an experimental feature (introduced in v0.13.0). The interface may change in newer versions without prior notice. """ study = optuna.load_study(