EvolvingBehavior  0.2.0
 
Loading...
Searching...
No Matches
URemoveGeneratedDecoratorMutator Class Reference

Removes a random generated decorator node from the chromosome if one exists. More...

#include <RemoveGeneratedDecoratorMutator.h>

Inheritance diagram for URemoveGeneratedDecoratorMutator:
UMutator

Public Member Functions

virtual UBTChromosomeMutate (UBTChromosome *chromosome, TArray< UBTChromosome * > parents, int primaryParent)
 
- Public Member Functions inherited from UMutator
virtual void Init (UServiceInjector *injector)
 

Additional Inherited Members

- Public Attributes inherited from UMutator
virtual UBTChromosomeMutate (UBTChromosome *chromosome, TArray< UBTChromosome * > parents, int primaryParent) PURE_VIRTUAL(UMutator
 
- Protected Attributes inherited from UMutator
UServiceInjectorserviceInjector
 

Detailed Description

Removes a random generated decorator node from the chromosome if one exists.

Author
jim
Date
11/13/19

The documentation for this class was generated from the following files:
  • Source/EvolvingBehavior/Public/GeneticProgramming/RemoveGeneratedDecoratorMutator.h
  • Source/EvolvingBehavior/Private/GeneticProgramming/RemoveGeneratedDecoratorMutator.cpp