Write docstring for preferential optimization

This commit is contained in:
c-bata
2023-08-14 19:58:54 +09:00
parent 3bad6bce22
commit ad8c1531b9
2 changed files with 244 additions and 0 deletions
+14
View File
@@ -18,6 +18,9 @@ General APIs
Human-in-the-loop
-----------------
Form Widgets
~~~~~~~~~~~~
.. autosummary::
:toctree: _generated/
:nosignatures:
@@ -30,6 +33,17 @@ Human-in-the-loop
optuna_dashboard.TextInputWidget
optuna_dashboard.ObjectiveUserAttrRef
Preferential Optimization
~~~~~~~~~~~~~~~~~~~~~~~~~
.. autosummary::
:toctree: _generated/
:nosignatures:
optuna_dashboard.preferential.create_study
optuna_dashboard.preferential.load_study
optuna_dashboard.preferential.PreferentialStudy
Streamlit
-----------------