C# 클래스 MingStar.SimUniversity.ConsoleUI.SimplexLearning

파일 보기 프로젝트 열기: MingStar/SimUniversity 1 사용 예제들

공개 메소드들

메소드 설명
Learn ( int maxEvaluationCount, int roundsToWinInTournament ) : void
SimplexLearning ( IGameViewer gameGameViewer, IPredefinedBoardConstructor boardConstructor ) : System

비공개 메소드들

메소드 설명
GetEstimatedFinishedTime ( ) : System.TimeSpan
LoadSimplexConstants ( ) : SimplexLearnedScores
LogInfo ( string format ) : void
RunTournament ( double values ) : double

메소드 상세

Learn() 공개 메소드

public Learn ( int maxEvaluationCount, int roundsToWinInTournament ) : void
maxEvaluationCount int
roundsToWinInTournament int
리턴 void

SimplexLearning() 공개 메소드

public SimplexLearning ( IGameViewer gameGameViewer, IPredefinedBoardConstructor boardConstructor ) : System
gameGameViewer IGameViewer
boardConstructor IPredefinedBoardConstructor
리턴 System