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

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

#include <ReplaceRandomTaskMutator.h>

Inheritance diagram for UReplaceRandomTaskMutator:
UMutator

Public Member Functions

virtual void Init (UServiceInjector *serviceInjector) override
 
virtual UBTChromosomeMutate (UBTChromosome *chromosome, TArray< UBTChromosome * > parents, int primaryParent)
 

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 task 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 UReplaceRandomTaskMutator::Init ( UServiceInjector * serviceInjector)
overridevirtual

Reimplemented from UMutator.


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