필터 지우기
필터 지우기

Global optimization toolbox - GA - Timing

조회 수: 2 (최근 30일)
Sata
Sata 2012년 12월 11일
How to set timing in global optimization toolbox, GA solver? Which is to record how long it takes to achieve the objective function value.

채택된 답변

Walter Roberson
Walter Roberson 2012년 12월 11일
tic;
run the solver here
solver_timing = toc;
  댓글 수: 1
Sata
Sata 2012년 12월 11일
Thank you for your response. By the way, how to add the code in GUI of Global optimization toolbox?

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Direct Search에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by