mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-10 12:23:22 +08:00
Change version to that of optuna-dashboard
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user