claw  1.9.0
Public Types | Public Member Functions | List of all members
claw::ai::game::min_max< State > Class Template Reference

Find an action with the MinMax algorithm. More...

#include <game_ai.hpp>

Public Types

typedef State state
 The type of a state in the game.
 
typedef State::action action
 The type of the actions that change the state of the game.
 
typedef State::score score
 The type used to represent the score.
 

Public Member Functions

score operator() (int depth, const state &current_state, bool computer_turn) const
 

Detailed Description

template<typename State>
class claw::ai::game::min_max< State >

Find an action with the MinMax algorithm.

Template parameters:

Author
Julien Jorge

Definition at line 140 of file game_ai.hpp.


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