One could define specific Strategy to control how the operators are selected. The point would be to ask to the strategy which operator to apply at each round.
Used with listeners (like mentionned in #10) could allow highly customized strategies to be implemented. It could be that typical GAs and other algorithms are representable in such a way. Being able to do so could help in identifying why is it hard for them to properly identify what is the exploratory part and the exploitation part.
One could define specific
Strategyto control how the operators are selected. The point would be to ask to the strategy which operator to apply at each round.Used with listeners (like mentionned in #10) could allow highly customized strategies to be implemented. It could be that typical GAs and other algorithms are representable in such a way. Being able to do so could help in identifying why is it hard for them to properly identify what is the exploratory part and the exploitation part.