makeCommaEvolutionStrategySearchHeuristic
creates a RGP search-heuristic that implements a
(mu, lambda) Evolution Strategy. The lambda parameter is fixed to the population size.
TODO description based on Luke09a
makeCommaEvolutionStrategySearchHeuristic(mu = 1)
makeCommaEvolutionStrategySearchHeuristic
, lambda is fixed to the population size,
i.e. length(pop)
.