Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
AIMA
Core
Search
Adversarial
Game
computeUtility
AIMA.Core.Search.Adversarial.Game.computeUtility C# (CSharp) Method
Game Class Documentation
Mostra file
Open project: PaulMineau/AIMA.Net
computeUtility()
protected
abstract
method
protected
abstract
computeUtility
(
GameState
state
) :
int
state
GameState
return
int
protected abstract int computeUtility(GameState state);
Game
computeUtility
getAlphaBetaValue
getLevel
getMiniMaxValue
getMoves
getPlayerToMove
getState
getSuccessorStates
getUtility
hasEnded
makeAlphaBetaMove
makeMiniMaxMove
makeMove
maxValue
minValue
terminalTest