6533b86ffe1ef96bd12ce6af

RESEARCH PRODUCT

Scatter Search vs. Genetic Algorithms

Manuel LagunaRafael MartíVicente Campos

subject

Permutationeducation.field_of_studybusiness.industryComputer scienceGenetic algorithmPopulationCombinatorial optimizationLocal search (optimization)Context (language use)businesseducationAlgorithmEvolutionary computation

description

The purpose of this work is to compare the performance of a scatter search (SS) implementation and an implementation of a genetic algorithm (GA) in the context of searching for optimal solutions to permutation problems. Scatter search and genetic algorithms are members of the evolutionary computation family. That is, they are both based on maintaining a population of solutions for the purpose of generating new trial solutions. Our computational experiments with four well-known permutation problems reveal that in general a GA with local search outperforms one without it. Using the same problem instances, we observed that our specific scatter search implementation found solutions of a higher average quality earlier during the search than the GA variants.

https://doi.org/10.1007/0-387-23667-8_12