Can MultiStart be vectorized ?

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Global 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