Skip to content
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

feat!: move GA operators behind feature flags #474

Merged
merged 12 commits into from
Apr 12, 2024

Conversation

kkafar
Copy link
Collaborator

@kkafar kkafar commented Apr 12, 2024

Description

  • Fix some docs by on the fly
  • Finally fix examples
  • Move crossover implementations behind feature gate
  • Move mutation operators implementations behind feature gate
  • Move replacement operators implementations behind feature gate
  • Move selection operators implementations behind feature gate
  • Move population operators implementations behind feature gate

Linked issues

Closes #463
Closes #464

@kkafar kkafar merged commit b61cda5 into main Apr 12, 2024
5 checks passed
@kkafar kkafar deleted the @kkafar/improve-crossover-selection-interop branch April 12, 2024 21:25
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.

refact: move each operator to separate module feat: make features much more fine-grained
1 participant