How to suppress text output from a globalsearch run

조회 수: 8 (최근 30일)
Jakob Sievers
Jakob Sievers 2014년 3월 18일
댓글: Jakob Sievers 2014년 3월 18일
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
  댓글 수: 1
Jakob Sievers
Jakob Sievers 2014년 3월 18일
Thanks Alan
I appreciate all the help you're giving me these days!
Cheers
Jakob

댓글을 달려면 로그인하십시오.

추가 답변 (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