Recommended hyperparameter settings
| Hyperparameter | Recommended setting | Notes |
|---|---|---|
| Utility function | Upper confidence bound (UCB) | Expected improvement (EI) also performs well, but use |
| κ | 2.0 | Minor efficiency gains can be made by lowering κ, but at the risk of becoming stuck |
| ν | also performs well | |
| l | 0.1 | Since this is just the initial guess for the Gaussian process optimizer, the choice for l is often not significant |
| ns | 10 | For very simple optimization problems (e.g. single variable, under 10 iterations total), ns can be lowered, at the risk of becoming stuck |
| Hyperparameter | Recommended setting | Notes |
|---|---|---|
| Utility function | Upper confidence bound | Expected improvement (EI) also performs well, but use |
| 2.0 | Minor efficiency gains can be made by lowering | |
| 0.1 | Since this is just the initial guess for the Gaussian process optimizer, the choice for | |
| 10 | For very simple optimization problems (e.g. single variable, under 10 iterations total), |
Source: