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

Randomly modifies a property value in a generated service node. More...

#include <PerturbPropertyInServiceMutator.h>

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

Randomly modifies a property value in a generated service node.

Author
npcdev
Date
10/18/21

If numeric, by adding a random number sampled from a gaussian distribution.

Otherwise, it will pick a new random value from the available options.

Member Function Documentation

◆ Init()

void UPerturbPropertyInServiceMutator::Init ( UServiceInjector injector)
overridevirtual

Reimplemented from UMutator.


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