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

A fitness tracker, containing keys mapped to fitness values per key. More...

#include <Fitness.h>

Inheritance diagram for UFitness:

Public Member Functions

void UpdateKey (FString key, double newValue)
 
void UpdateKeyDelta (FString key, double newValue)
 
bool TryGetKey (FString key, double &value)
 

Detailed Description

A fitness tracker, containing keys mapped to fitness values per key.

Author
agrundwerg
npc
Date
12/12/17

This will be compiled by the FitnessCalculator into a final score.


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