Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Aug 7, 2024
1 parent bda4344 commit 55c55a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 55c55a0

Please sign in to comment.