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

Replaces a random decortor node in the node mapper. Chooses between mapped and generated based on variable specified in the editor. More...

#include <ReplaceRandomDecoratorMutator.h>

Inheritance diagram for UReplaceRandomDecoratorMutator:
UMutator

Public Member Functions

virtual void Init (UServiceInjector *serviceInjector) override
 
virtual UBTChromosomeMutate (UBTChromosome *chromosome, TArray< UBTChromosome * > parents, int primaryParent)
 
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

Replaces a random decortor node in the node mapper. Chooses between mapped and generated based on variable specified in the editor.

Author
jim
Date
3/24/19

Member Function Documentation

◆ Init()

void UReplaceRandomDecoratorMutator::Init ( UServiceInjector serviceInjector)
overridevirtual

Reimplemented from UMutator.


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