From 55c55a02e1249fc1e867e13168b7afa345ef4b1e Mon Sep 17 00:00:00 2001 From: nabenabe0928 Date: Wed, 7 Aug 2024 19:27:14 +0200 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 48079bf..374c625 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,11 @@ > This repository is now not maintained anymore, so people might experience hard time in the installation. > However, if you just would like to use my TPE optimizer for your experiments, please use the one registered at OptunaHub. > I added an example for HPOLib in [examples](./examples/example_hpolib.py). +> You can run the example with the following: +> ```shell +> # dataset_id can take from 0 to 3. +> $ python examples/example_hpolib.py --dataset_id 0 +> ``` # Introduction This package is the implementation example of tree-structured parzen estimator (TPE).