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

introduce weighted population pruning operators #33

Open
disruptek opened this issue Dec 14, 2021 · 0 comments
Open

introduce weighted population pruning operators #33

disruptek opened this issue Dec 14, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@disruptek
Copy link
Contributor

disruptek commented Dec 14, 2021

It'd be nice to be able to more easily experiment with alternatives to the current tournament selection.

Some things I'd like to be able to use in different optimizers:

  • neighbor removal according to proximity function
  • straight elitism as in normal genetic programming
  • removal by ast-based hamming distance
  • random removal for cheap steady-state use
  • some kind of parricide option for generational operator options #27
@disruptek disruptek added the enhancement New feature or request label Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant