필터 지우기
필터 지우기

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 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