Replace get_default_propagator
utility function by corresponding EvolutionaryPropagator
class
#139
Labels
Milestone
Currently,
Propulate
'sget_default_propagator
utility function returns a standard evolutionary operator, combining selection, crossover, mutation, and random initialization each with a certain probability. Instead of having this function, we should move the creation of this propagator into a corresponding class to make the instantiation of propagators consistent across all optimizer flavors inPropulate
.The text was updated successfully, but these errors were encountered: