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

Overhaul Propagators #135

Open
oskar-taubert opened this issue Jun 3, 2024 · 0 comments
Open

Overhaul Propagators #135

oskar-taubert opened this issue Jun 3, 2024 · 0 comments

Comments

@oskar-taubert
Copy link
Member

oskar-taubert commented Jun 3, 2024

The original GA propagators were designed overly generic.
There should be a GA propagator, that contains selection, crossover, and mutation, and all the base ones we no longer need can go away.

The RNG should be a required argument for the propagators that need one and should always be a numpy RNG, rather than random.
In particular: Clean up e.g. Gaussian.

@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
None yet
Projects
None yet
Development

No branches or pull requests

2 participants