C# Class MingStar.SimUniversity.ConsoleUI.SimplexLearning

Datei anzeigen Open project: MingStar/SimUniversity Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

Learn() public method

public Learn ( int maxEvaluationCount, int roundsToWinInTournament ) : void
maxEvaluationCount int
roundsToWinInTournament int
return void

SimplexLearning() public method

public SimplexLearning ( IGameViewer gameGameViewer, IPredefinedBoardConstructor boardConstructor ) : System
gameGameViewer IGameViewer
boardConstructor IPredefinedBoardConstructor
return System