Genetic Algorithm and Parallel Processing

19 visualizzazioni (ultimi 30 giorni)
Frederico Severgnini
Frederico Severgnini il 22 Giu 2017
Commentato: Magdi Mosa il 2 Mar 2019
Hi, I'm running a simulation with genetic algorithm (ga) in parallel, and I'd like to use subpopulations (options.PopulationSize = [1e3; 1e3; 1e3; 1e3; 1e3;];). However, when I was reading about migration options at https://www.mathworks.com/help/gads/genetic-algorithm-options.html , I found a note saying:
Subpopulations refer to a form of parallel processing for the genetic algorithm. ga currently does not support this form.
In subpopulations, each worker hosts a number of individuals. These individuals are a subpopulation. The worker evolves the subpopulation
independently of other workers, except when migration causes some individuals to travel between workers.
Because ga does not currently support this form of parallel processing, there is no benefit to setting
PopulationSize to a vector, or to setting the MigrationDirection, MigrationInterval, or MigrationFraction options.
If ga does not support parallel processing for subpopulation, is there any other genetic algorithm solver we can made use of, that benefits from using subpopulations?
Regards, Fred

Risposte (2)

Magdi Mosa
Magdi Mosa il 22 Giu 2018
pleas, What are the conditions to run the subpopulation.

Qi Liu
Qi Liu il 1 Mar 2019
the same question goes for me too. Anybody can answer it ?? I would appreciate it.
  1 Commento
Magdi Mosa
Magdi Mosa il 2 Mar 2019
yes i found my point,
set the population size in vector form such as in the attached picture
example Population size [50,50]

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by