#include <HeuristicFrequency.h>
Inheritance diagram for HeuristicFrequency:
Public Methods | |
HeuristicFrequency (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).
|
|
|