Source: wikibot/island-algorithm

= Island algorithm
{wiki=Island_algorithm}

The "Island Algorithm" typically refers to a class of algorithms used in optimization and search problems, particularly in the context of genetic algorithms or evolutionary computation. In these contexts, the term "island" often describes a model in which multiple subpopulations (or "islands") evolve separately and occasionally share information, such as through migration of individuals between islands.