Bayesian Optimization Results Evaluation
14 ビュー (過去 30 日間)
古いコメントを表示
I am trying to learn and understand Bayesian Optimization. My code is working like in the documentation page but what is the difference between best observed feasible point and best estimated feasible point? Which result should I consider? Thanks for the help.
0 件のコメント
採用された回答
Alan Weiss
2018 年 5 月 24 日
The difference is that the algorithm makes a model of the objective function, and this model assumes that observations can contain noise (errors). So the best observed feasible point is the one with the lowest returned value from objective function evaluations. The best estimated feasible point is the one that has the lowest estimated mean value according to the latest model of the objective function.
If your objective function is deterministic, then you can set the 'IsObjectiveDeterministic' name-value pair to true, and then these two points are likely to coincide.
Alan Weiss
MATLAB mathematical toolbox documentation
6 件のコメント
muhamed ibrahim
2019 年 8 月 30 日
編集済み: muhamed ibrahim
2019 年 8 月 30 日
regardin what you typed "and this model assumes that observations can contain noise (errors).
"How does Matlab compute this amount of noise? is it an arbitarary value?
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Problem-Based Optimization Setup についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!