How to suppress text output from a globalsearch run

8 visualizaciones (últimos 30 días)
Jakob Sievers
Jakob Sievers el 18 de Mzo. de 2014
Comentada: Jakob Sievers el 18 de Mzo. de 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

Respuesta aceptada

Alan Weiss
Alan Weiss el 18 de Mzo. de 2014
gs = GlobalSearch('Display','off');
Alan Weiss
MATLAB mathematical toolbox documentation
  1 comentario
Jakob Sievers
Jakob Sievers el 18 de Mzo. de 2014
Thanks Alan
I appreciate all the help you're giving me these days!
Cheers
Jakob

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Surrogate Optimization en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by