#include <Heuristic.h>
Inheritance diagram for Heuristic:
Public Methods | |
virtual char * | GetName ()=0 |
virtual float | Analyze (unsigned int participant)=0 |
float | NormalizeRating (float rating) |
Protected Attributes | |
SimulationStatus * | status |
|
Analyze the performance of the given participant.
Implemented in HeuristicAverage. |
|
Get the name of the current heuristic.
Implemented in HeuristicAverage. |
|
Modify the given rating to ensure it stays within normal boundaries (0.0 to 1.0).
|
|
|