C# Class MingStar.SimUniversity.ConsoleUI.SimplexLearning

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

Méthodes publiques

Méthode Description
Learn ( int maxEvaluationCount, int roundsToWinInTournament ) : void
SimplexLearning ( IGameViewer gameGameViewer, IPredefinedBoardConstructor boardConstructor ) : System

Private Methods

Méthode Description
GetEstimatedFinishedTime ( ) : System.TimeSpan
LoadSimplexConstants ( ) : SimplexLearnedScores
LogInfo ( string format ) : void
RunTournament ( double values ) : double

Method Details

Learn() public méthode

public Learn ( int maxEvaluationCount, int roundsToWinInTournament ) : void
maxEvaluationCount int
roundsToWinInTournament int
Résultat void

SimplexLearning() public méthode

public SimplexLearning ( IGameViewer gameGameViewer, IPredefinedBoardConstructor boardConstructor ) : System
gameGameViewer IGameViewer
boardConstructor IPredefinedBoardConstructor
Résultat System