Tree genotype: complement node mutation operator. For the operator to succeed, the chosen primitive must have a defined complement. More...
#include <TreeMutNodeComplement.h>
Public Member Functions | |
| bool | mutate (GenotypeP gene) |
| Performs mutation of a genotype object. The genotype object must be initialized! | |
| bool | initialize (StateP) |
| Initialize mutation operator. Called before first mutation operation. | |
| void | registerParameters (StateP) |
| Register parameters with the system. Called before MutationOp::initialize. | |
Tree genotype: complement node mutation operator. For the operator to succeed, the chosen primitive must have a defined complement.
Definition at line 13 of file TreeMutNodeComplement.h.
1.7.1