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