Skip to content

Conversation

@G3r4rd00
Copy link

Title: Implementation of Island Model Strategy in Genetic Algorithm

  • Implemented the Island Model Strategy, dividing the population into subpopulations (islands) that evolve independently.
  • Each chromosome is assigned to an island either cyclically or through random migration based on a migration probability.
  • Added a dynamic migration mechanism, allowing chromosomes to switch islands with a certain probability in each generation.
  • Crossover is performed locally within each island, improving diversity without sacrificing convergence.
  • Optimized the cleanup of the island mapping to remove references to deleted chromosomes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant