How expected improvement acquisition function of Bayesian optimization is maximized?
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jiafeng Ye
am 15 Nov. 2022
Kommentiert: Jiafeng Ye
am 11 Sep. 2023
Hi, everyone, do you know what solvers MATLAB used to maximize the acquisition functions (e.g., probability of improvement, expected improvement) of Bayesian optimization. And what methods MATLAB used to maximize the acquisition functions? Or how it find next point to evaluate? Thanks.
0 Kommentare
Akzeptierte Antwort
Yoga
am 10 Sep. 2023
I understand that you would like to know what solvers/methods MATLAB uses to maximize the acquisition functions. 'bayesopt' estimates the smallest feasible mean of the posterior distribution 'μQ' (xbest) by sampling several thousand points within the variable bounds, taking several of the best (low mean value) feasible points, and improving them using local search, to find the ostensible best feasible point.
You can refer to the following links to know more about the methods MATLAB uses for Bayesian optimization:
I hope this helps resolve resolve your issue.
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!