Méthode | Description | |
---|---|---|
Learn ( int maxEvaluationCount, int roundsToWinInTournament ) : void | ||
SimplexLearning ( IGameViewer gameGameViewer, IPredefinedBoardConstructor boardConstructor ) : System |
Méthode | Description | |
---|---|---|
GetEstimatedFinishedTime ( ) : System.TimeSpan | ||
LoadSimplexConstants ( ) : |
||
LogInfo ( string format ) : void | ||
RunTournament ( double values ) : double |
public Learn ( int maxEvaluationCount, int roundsToWinInTournament ) : void | ||
maxEvaluationCount | int | |
roundsToWinInTournament | int | |
Résultat | void |
public SimplexLearning ( IGameViewer gameGameViewer, IPredefinedBoardConstructor boardConstructor ) : System | ||
gameGameViewer | IGameViewer | |
boardConstructor | IPredefinedBoardConstructor | |
Résultat | System |