Property | Type | Description | |
---|---|---|---|
_gameEvaluation |
Method | Description | |
---|---|---|
ExpectiMaxN ( ) : System.Collections.Generic | ||
ExpectiMaxN ( |
||
MakeMoves ( IGame game ) : List |
||
SearchBestMoves ( IGame game ) : GameState |
Method | Description | |
---|---|---|
Evaluate ( IGame game ) : double[] |
Method | Description | |
---|---|---|
SearchBestMoves ( IGame game, int depth ) : GameState |
public ExpectiMaxN ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public ExpectiMaxN ( |
||
scores | ||
return | System.Collections.Generic |
public SearchBestMoves ( IGame game ) : GameState | ||
game | IGame | |
return | GameState |