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
- Island
Model - Island Model Evolutionary Algorithm
- Island
Model Builder - Builder for IslandModel
- Island
Model Config - Configuration for the island model
- Island
Stats - Statistics for a single island
Enums§
- Migration
Policy - Migration policy determines which and how many individuals migrate
- Migration
Topology - Migration topology determines which islands exchange individuals