Bayesian Optimization example code
Show older comments
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?
Answers (0)
Categories
Find more on Bayesian Regression in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!