Skip to content

Island model strategy #134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

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