bayesopt options pair: 'InitialX', {1x6} results in first cell-array entry taken as initial for all variables
Show older comments
Hi there,
I'm using bayesopt as follows:
results = bayesopt(fun, [aa1,aa2,aa3,aa4,aa5,aa6], 'AcquisitionFunctionName', 'expected-improvement-plus','IsObjectiveDeterministic',true, 'MaxObjectiveEvaluations', 30, 'InitialX', {0.4 0.3 0.5 0.3 0.6 0.2})
which is resulting in all my variables being initialized with 0.4, instead of the full cell-array given.
Accepted Answer
More Answers (0)
Categories
Find more on Downloads in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!