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

Adds a random generated service node from the TemplateCollection to a random task node in the chromosome, if one exists. More...

#include <AddGeneratedServiceToTaskMutator.h>

Inheritance diagram for UAddGeneratedServiceToTaskMutator:
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 generated service node from the TemplateCollection to a random task node in the chromosome, if one exists.

Author
jim
Date
11/13/19

Member Function Documentation

◆ Init()

void UAddGeneratedServiceToTaskMutator::Init ( UServiceInjector injector)
overridevirtual

Reimplemented from UMutator.


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