フィルターのクリア

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 Center および File ExchangeGenetic Algorithm についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by