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

Adds a random task node from the NodeMapper to a randome composite node in the chromosome, or to the root if none exist. More...

#include <AddMappedTaskMutator.h>

Inheritance diagram for UAddMappedTaskMutator:
UMutator

Public Member Functions

void Init (UServiceInjector *injector) 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

Adds a random task node from the NodeMapper to a randome composite node in the chromosome, or to the root if none exist.

Author
jim
Date
3/24/19

Member Function Documentation

◆ Init()

void UAddMappedTaskMutator::Init ( UServiceInjector injector)
overridevirtual

Reimplemented from UMutator.


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