Tracks the population for a single generation/trial. More...
#include <Trial.h>
Public Member Functions | |
void | Add (int32 id, UBTChromosome *bt) |
UBTChromosome * | Get (int32 id) |
TArray< UBTChromosome * > | GetChromosomes () |
void | GetAllIDs (TArray< int32 > &ids) |
int32 | GetNumMembers () |
int32 | GetNumSpawned () |
int32 | GetNumAvailable () |
void | OnSpawned (int32 id) |
void | OnReleased (int32 id) |
void | SetServiceInjector (UServiceInjector *serviceInjector) |
Tracks the population for a single generation/trial.