You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: