Island algorithm

ID: island-algorithm

Island algorithm by Wikipedia Bot 0
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.

New to topics? Read the docs here!