C# Class MingStar.SimUniversity.AI.Player.ImprovedEMN

Inheritance: ExpectiMaxN
Afficher le fichier Open project: MingStar/SimUniversity Class Usage Examples

Méthodes publiques

Méthode Description
ImprovedEMN ( GameScores scores ) : System.Linq
SearchBestMoves ( IGame game ) : GameState

Private Methods

Méthode Description
GetNextScores ( IGame game, int depth, int playerIndex, IPlayerMove move ) : GameState
ImprovedEMN ( ) : System.Linq
SearchBestMoves ( IGame game, int depth, int playerIndex ) : GameState

Method Details

ImprovedEMN() public méthode

public ImprovedEMN ( GameScores scores ) : System.Linq
scores MingStar.SimUniversity.AI.Evaluation.GameScores
Résultat System.Linq

SearchBestMoves() public méthode

public SearchBestMoves ( IGame game ) : GameState
game IGame
Résultat GameState