Adds a random composite node from the NodeMapper to the chromosome. This will be inserted under a random composite node gene in the chromosome already, or under the root node if none exist. More...
#include <AddMappedCompositeMutator.h>
Public Member Functions | |
void | Init (UServiceInjector *injector) override |
virtual UBTChromosome * | Mutate (UBTChromosome *chromosome, TArray< UBTChromosome * > parents, int primaryParent) |
virtual void | Init (UServiceInjector *injector) |
Additional Inherited Members | |
Public Attributes inherited from UMutator | |
virtual UBTChromosome * | Mutate (UBTChromosome *chromosome, TArray< UBTChromosome * > parents, int primaryParent) PURE_VIRTUAL(UMutator |
Protected Attributes inherited from UMutator | |
UServiceInjector * | serviceInjector |
Adds a random composite node from the NodeMapper to the chromosome. This will be inserted under a random composite node gene in the chromosome already, or under the root node if none exist.
|
overridevirtual |
Reimplemented from UMutator.