How to suppress text output from a globalsearch run
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Jakob Sievers
am 18 Mär. 2014
Kommentiert: Jakob Sievers
am 18 Mär. 2014
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
0 Kommentare
Akzeptierte Antwort
Alan Weiss
am 18 Mär. 2014
When you create your GlobalSearch solver pass the Display option:
gs = GlobalSearch('Display','off');
Alan Weiss
MATLAB mathematical toolbox documentation
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Ordinary Differential Equations finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!