Claw
1.7.3
|
A score associated with an action. More...
#include <game_ai.hpp>
Public Member Functions | |
action_eval (const Action &a, const Numeric &e) | |
bool | operator< (const action_eval &ae) const |
Public Attributes | |
Action | action |
The action. | |
Numeric | eval |
The score of the action. | |
A score associated with an action.
Template parameters:
Definition at line 110 of file game_ai.hpp.