Skip to main content

Module island

Module island 

Source
Expand description

Island Model Parallelism

Implements a distributed evolutionary algorithm where multiple populations (islands) evolve independently with periodic migration of individuals.

Note: This module requires the parallel feature to be enabled.

Structs§

Island
State of a single island
IslandModel
Island Model Evolutionary Algorithm
IslandModelBuilder
Builder for IslandModel
IslandModelConfig
Configuration for the island model
IslandStats
Statistics for a single island

Enums§

MigrationPolicy
Migration policy determines which and how many individuals migrate
MigrationTopology
Migration topology determines which islands exchange individuals