A reproducer that randomly mutates its reproduced nodes at some defined probabilities. More...
#include <MutatingReproducer.h>
Public Attributes | |
float | probability |
UMutator * | mutator |
A reproducer that randomly mutates its reproduced nodes at some defined probabilities.
The MutatingReproducer takes a set of Mutators and probabilities of using them.
It then generates new children, and applies mutators with the given probabilities.