From 2a2069bd2a1476e71fc91b019a4801331ec0c1b0 Mon Sep 17 00:00:00 2001 From: Hiroki Takizawa Date: Sun, 8 Dec 2024 17:27:21 +0900 Subject: [PATCH] Update package/samplers/hebo/README.md Co-authored-by: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com> --- package/samplers/hebo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/samplers/hebo/README.md b/package/samplers/hebo/README.md index 9cf48a97..e66f7a07 100644 --- a/package/samplers/hebo/README.md +++ b/package/samplers/hebo/README.md @@ -23,7 +23,7 @@ pip install -e . ## APIs - `HEBOSampler(search_space: dict[str, BaseDistribution] | None = None, *, seed: int | None = None, constant_liar: bool = False, independent_sampler: BaseSampler | None = None)` - - `search_space`: A search space required for Define-and-Run manner. + - `search_space`: By specifying search_space, the sampling speed at each iteration becomes slightly quicker, but this argument is not necessary to run this sampler. Example: