Fix the order of explanation

This commit is contained in:
keisuke umezawa
2023-07-02 15:46:22 +09:00
committed by GitHub
parent 9a18e826a7
commit 4eca841d5b
+3 -1
View File
@@ -107,7 +107,7 @@ You will use SQLite for the storage backend in this tutorial. Ensure that the fo
Execution of the HITL optimization script
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Use this command to launch Optuna Dashboard in a separate process.
Run a python script below which you copied from `main.py <https://github.com/optuna/optuna-dashboard/blob/main/examples/hitl/main.py>`_
.. code-block:: console
@@ -116,6 +116,8 @@ Use this command to launch Optuna Dashboard in a separate process.
Launching Optuna Dashboard
^^^^^^^^^^^^^^^^^^^^^^^^^^
Run this command to launch Optuna Dashboard in a separate process.
.. code-block:: console
$ optuna-dashboard sqlite:///db.sqlite3 --artifact-dir ./artifact