Skip to content

Commit 708fa51

Browse files
authored
Merge pull request #296 from nabenabe0928/enhance-carbo-doc
Enhance CARBO doc
2 parents c776eb7 + b845771 commit 708fa51

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package/samplers/carbo/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
author: Optuna Team
3-
title: Constrained robust Bayesian optimization of expensive noisyblack-box functions with guaranteed regret bounds
3+
title: Constrained robust Bayesian optimization of expensive noisyblack-box functions with guaranteed regret bounds (CARBO)
44
description: Constrained Bayesian optimization with input uncertainties
5-
tags: [sampler, bo, bayesian-optimization, constrained-optimization]
5+
tags: [sampler, bo, bayesian-optimization, constrained-optimization, carbo]
66
optuna_versions: [4.4.0]
77
license: MIT License
88
---
@@ -66,6 +66,8 @@ study.optimize(objective, n_trials=30)
6666

6767
## Others
6868

69+
Please look at [GitHub README.md](https://github.com/optuna/optunahub-registry/tree/main/package/samplers/carbo#others) for the compiled version.
70+
6971
### Notations
7072

7173
In this section, we use the following notations:

0 commit comments

Comments
 (0)