Skip to content

feat: add pluggable island selection and population strategies (#464) - #492

Closed
Mqw7373 wants to merge 2 commits into
algorithmicsuperintelligence:mainfrom
Mqw7373:feat/pluggable-island-selection
Closed

Mqw7373 wants to merge 2 commits into
algorithmicsuperintelligence:mainfrom
Mqw7373:feat/pluggable-island-selection

Conversation

@Mqw7373

@Mqw7373 Mqw7373 commented Sep 24, 2026 •

Copy link
Copy Markdown

Summary

  • Add an optional island selector with read-only island state; preserve default scheduling.
  • Add decision-returning population hooks for admission, cell replacement, archive/eviction, and migration. ProgramDatabase validates and applies all mutations.
  • Document the extension points and add focused selector/strategy tests.

Closes #464.

Validation

  • python -m unittest tests.test_island_selector tests.test_population_strategy -b -q: 25 passed.
  • python -m unittest discover tests -b -q on Windows: 455 run, 1 failure and 3 errors. The failures are in YAML temp-file cleanup (2), Windows os.kill(pid, 0) behavior (1), and absolute-path normalization (1). These have not been verified on Linux.
  • Black, isort, and diff checks passed for the committed changes.

@CLAassistant

CLAassistant commented Sep 24, 2026 •

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@Mqw7373

Mqw7373 commented Sep 24, 2026

Copy link
Copy Markdown
Author

Superseded by #493, which contains the reviewed changes as a single commit.

@Mqw7373 Mqw7373 closed this Sep 24, 2026
@Mqw7373
Mqw7373 deleted the feat/pluggable-island-selection branch September 24, 2026 14:33
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.

Feature Request: Expose Island Selection / Population Management as a Pluggable Strategy

2 participants