claw 1.9.0
 
Loading...
Searching...
No Matches
claw::ai::game Namespace Reference

Everything about artificial intelligence related game algorithms. More...

Classes

class  action_eval
 A score associated with an action. More...
 
class  alpha_beta
 Find an action with the alpha-beta algorithm. More...
 
class  game_state
 A state of a game. More...
 
class  min_max
 Find an action with the MinMax algorithm. More...
 
class  select_action
 Select an action using a given method (min_max, alpha_beta). More...
 
class  select_random_action
 Select a random action among the best ones. More...
 

Detailed Description

Everything about artificial intelligence related game algorithms.