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 111 of file game_ai.hpp.
| Action claw::ai::game::action_eval< Action, Numeric >::action |
The action.
Definition at line 121 of file game_ai.hpp.
| Numeric claw::ai::game::action_eval< Action, Numeric >::eval |
The score of the action.
Definition at line 124 of file game_ai.hpp.