How to suppress text output from a globalsearch run

8 次查看(过去 30 天)
Suppressing output from, say, patternsearch, is simple enough:
options=optimset('Display','off')
However, I can't seem to figure out how to do something similar for a globalsearch run. I passed options (as written above) into the createOptimProblem structure but the text output remains. Can anyone point me in the right direction?
Cheers

采纳的回答

Alan Weiss
Alan Weiss 2014-3-18
gs = GlobalSearch('Display','off');
Alan Weiss
MATLAB mathematical toolbox documentation

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Surrogate Optimization 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by