C# Класс MingStar.SimUniversity.ConsoleUI.SimplexLearning

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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