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

Propagator tree compilation to make sure the statistics are correct #68

Open
oskar-taubert opened this issue Aug 11, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@oskar-taubert
Copy link
Member

Currently e.g. given a propagator with crossover followed by single point mutation, each with a set probability:
First crossover is applied with its probability and then mutation with an independent probability.
If in the end no propagator was applied, then a completely new individual is randomly generated.
This skews the statistics and might not be what the user expects.

We should either organize the propagator differently to behave closer to expectation and/or communicate the resulting statistics more clearly.

@oskar-taubert oskar-taubert added the enhancement New feature or request label Aug 11, 2023
@mcw92 mcw92 added this to the Propagator rework milestone Aug 15, 2024
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

2 participants