C# Class AIMA.Core.Search.Adversarial.GameAgent

Inheritance: AIMA.Core.Agent.Impl.AbstractAgent
Show file Open project: PaulMineau/AIMA.Net

Public Methods

Method Description
GameAgent ( Game g ) : System
makeAlphaBetaMove ( ) : void
makeMiniMaxMove ( ) : void

Method Details

GameAgent() public method

public GameAgent ( Game g ) : System
g Game
return System

makeAlphaBetaMove() public method

public makeAlphaBetaMove ( ) : void
return void

makeMiniMaxMove() public method

public makeMiniMaxMove ( ) : void
return void