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

Adds a random service to a random task node in the chromosome. Chooses between mapped and generated based on variable specified in the editor. More...

#include <AddRandomServiceToTaskMutator.h>

Inheritance diagram for UAddRandomServiceToTaskMutator:
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

Adds a random service to a random task node in the chromosome. Chooses between mapped and generated based on variable specified in the editor.

Author
jim
Date
3/24/19

Member Function Documentation

◆ Init()

void UAddRandomServiceToTaskMutator::Init ( UServiceInjector serviceInjector)
overridevirtual

Reimplemented from UMutator.


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