Skip to content

Commit 5ba754c

Browse files
committed
add README
1 parent aa97030 commit 5ba754c

File tree

1 file changed

+19
-0
lines changed
  • dashboard/preferential-optimization-picture

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
```bash
12+
$ python generator.py
13+
```
14+
15+
Then, launch Optuna Dashboard in a separate process using the following command.
16+
17+
```bash
18+
optuna-dashboard sqlite:///example.db --artifact-dir ./artifact
19+
```

0 commit comments

Comments
 (0)