Review Article

A Comprehensive Review on Scatter Search: Techniques, Applications, and Challenges

Table 3

Different types of diversification generators.

Generator typeDescriptionProsCons

RandomRandomly selects a subset of variables to set the value of 1 for every solution producedEase to implement, few parameters are requiredDiversity in population is not mentioned
SequentialThe solutions are produced that utilize seed solution, number of problem variables, and an approximation parameterFastGenerator does not ensure the quality of produced solutions
DichotomousThe variable set is partitioned into two subsets and complemented with seed solutionFast, better diversity than sequential generatorA small number of solutions are produced with no control over the quality
RelaxationProduces an initial population based on the objective valueBoth solution quality, diverse solutionsHigher temporal complexity