Borrar filtros
Borrar filtros

Can MultiStart be vectorized ?

1 visualización (últimos 30 días)
mahmoud tarek
mahmoud tarek el 21 de Dic. de 2019
Respondida: mahmoud tarek el 22 de Dic. de 2019
Can MultiStart be modified to be vectorized like GeneticAlgorithm?

Respuesta aceptada

Walter Roberson
Walter Roberson el 21 de Dic. de 2019
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 comentarios
mahmoud tarek
mahmoud tarek el 22 de Dic. de 2019
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 el 22 de Dic. de 2019
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.

Iniciar sesión para comentar.

Más respuestas (1)

mahmoud tarek
mahmoud tarek el 22 de Dic. de 2019
Thank you

Categorías

Más información sobre Global or Multiple Starting Point Search en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by