JJ / 2019-concurrent-ea-gecco

Paper for the GECCO conference
GNU General Public License v3.0
0 stars 0 forks source link

Add concurrent versions of other bioinspired algorithms #4

Open JJ opened 5 years ago

JJ commented 5 years ago

Such as this https://uhra.herts.ac.uk/handle/2299/18193 applied to ants, using S-Net.

pacastillo commented 5 years ago

I will add some references to:

"Concurrent Genetic Algorithms for Optimization of Large Structures" https://www.researchgate.net/publication/244421996_Concurrent_Genetic_Algorithms_for_Optimization_of_Large_Structures

"Concurrent Computation for Genetic Algorithms" https://pdfs.semanticscholar.org/f0bb/6490ff006c5f300d1fa3c29d1ab708a6af76.pdf

"A Concurrent-Hybrid Evolutionary Algorithms with Multi-child Differential Evolution and Guotao Algorithm Based on Cultural Algorithm Framework" https://link.springer.com/chapter/10.1007%2F978-3-642-16493-4_13

JJ commented 5 years ago

Nice catch, Pedro.

JJ commented 5 years ago

A few more papers here: https://scholar.google.com/scholar?q=related:DF2kh2N9p0QJ:scholar.google.com/&scioq=%22Concurrent+Computation+for+Genetic+Algorithms%22&hl=es&as_sdt=0,5 (related)

JJ commented 5 years ago

"A Concurrent-Hybrid Evolutionary Algorithms with Multi-child Differential Evolution and Guotao Algorithm Based on Cultural Algorithm Framework" https://link.springer.com/chapter/10.1007%2F978-3-642-16493-4_13

I think this last paper uses "concurrent" in the sense that there are two algorithms working at the same time. It does not use any kind of actual concurrency