Replaces a random generated decorator node in the chromosome with a random one from the TemplateCollection. More...
#include <ReplaceGeneratedDecoratorMutator.h>
Public Member Functions | |
virtual void | Init (UServiceInjector *serviceInjector) 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 |
Replaces a random generated decorator node in the chromosome with a random one from the TemplateCollection.
|
overridevirtual |
Reimplemented from UMutator.