We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa97030 commit 5ba754cCopy full SHA for 5ba754c
dashboard/preferential-optimization-picture/README.md
@@ -0,0 +1,19 @@
1
+# How to Run Preferential Optimization Image
2
+
3
+First, ensure the necessary packages are installed by executing the following command in your terminal:
4
5
+```bash
6
+$ pip install "optuna>=3.3.0" "optuna-dashboard[preferential]>=0.13.0b1" pillow
7
+```
8
9
+Next, execute the Python script.
10
11
12
+$ python generator.py
13
14
15
+Then, launch Optuna Dashboard in a separate process using the following command.
16
17
18
+optuna-dashboard sqlite:///example.db --artifact-dir ./artifact
19
0 commit comments