Bayesian Optimization example code
이전 댓글 표시
I am trying to find the best combination of multi-dimensional parameters for minimizing output y like
"find x_1,x_2,x_3... to minimize y, f(x_1,x_2,x_3...)=y"
if I already have a few sets of {x's,y}, how do I find the next best guess with Bayesian optimization?
Is there simple example or code that I can try out?
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Bayesian Regression에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!