Skip to content

Commit

Permalink
Change version to that of optuna-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
contramundum53 committed Oct 5, 2023
1 parent d79f6b6 commit 1aef43c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions optuna_dashboard/preferential/_study.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 1aef43c

Please sign in to comment.