How to run bayesopt with several pre-computed initial values?

2 views (last 30 days)
I would like to minimize an n-dimentional function using Bayesian optimization. But I need to take advantage of several known values of this function at some coordinates. Is there a way to run bayesopt with several pre-computed initial values? I know that there is resume function. But it requires to pass the output structure from a previous bayesop run. Thanks!
  1 Comment
Shimul Dam
Shimul Dam on 11 Dec 2022
Check 'InitialX' and 'InitialObjective' in https://www.mathworks.com/help/stats/bayesopt.html

Sign in to comment.

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!