フィルターのクリア

Can MultiStart be vectorized ?

1 回表示 (過去 30 日間)
mahmoud tarek
mahmoud tarek 2019 年 12 月 21 日
回答済み: mahmoud tarek 2019 年 12 月 22 日
Can MultiStart be modified to be vectorized like GeneticAlgorithm?

採用された回答

Walter Roberson
Walter Roberson 2019 年 12 月 21 日
No, but you can add the 'UseParallel', true option, which it will pass on the the solver. Some solvers can make use of that; for example, fmincon can do the finite differencing in parallel (but not much else)
  4 件のコメント
mahmoud tarek
mahmoud tarek 2019 年 12 月 22 日
I wanted to know if there is any possible way to make multistart vectorized. A change in multistart code itself.is that possible?
Walter Roberson
Walter Roberson 2019 年 12 月 22 日
The running of the solvers is done by constructing a number of starting points, and then calling fmultistart() passing in the problem description and cell arrays of starting points.
Unfortunately, fmultistart is toolbox/globaloptim/globaloptim/private/fmultistart.p -- that is, code is not available for it, so it cannot be modified.

サインインしてコメントする。

その他の回答 (1 件)

mahmoud tarek
mahmoud tarek 2019 年 12 月 22 日
Thank you

カテゴリ

Help Center および File ExchangeGlobal or Multiple Starting Point Search についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by