|
Algorithm 2 Bayesian optimization (BO) for optimal design |
-
1:
Input: Design space and its discretized design space , prior , hyperparameters of the Gaussian kernel, hyperparameter , and maximum number of iterations .
-
2:
fordo
-
3:
Find the maximizer of the acquisition function: .
-
4:
Sample the objective function using Algorithm 1.
-
5:
Augment the data set .
-
6:
Perform Bayesian update to obtain and over using (11) and (12) respectively.
-
7:
Update
-
8:
end for
-
9:
Output: Optimal design:
|