Claw  1.7.3
Public Member Functions | Public Attributes | List of all members
claw::ai::game::action_eval< Action, Numeric > Class Template Reference

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.
 

Detailed Description

template<typename Action, typename Numeric>
class claw::ai::game::action_eval< Action, Numeric >

A score associated with an action.

Template parameters:

Definition at line 110 of file game_ai.hpp.


The documentation for this class was generated from the following file: