C# 클래스 QueemSpeedBenchmark.BenchmarkItem

파일 보기 프로젝트 열기: Ribtoks/Queem

보호된 프로퍼티들

프로퍼티 타입 설명
depth int
historyCount int
lastColor System.Color
milliseconds long
nodesSearched int
provider Queem.Core.ChessBoard.GameProvider
solver ChessSolver

공개 메소드들

메소드 설명
BenchmarkItem ( string moves ) : System
Run ( int maxdepth ) : void
ToString ( ) : string

메소드 상세

BenchmarkItem() 공개 메소드

public BenchmarkItem ( string moves ) : System
moves string
리턴 System

Run() 공개 메소드

public Run ( int maxdepth ) : void
maxdepth int
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

depth 보호되어 있는 프로퍼티

protected int depth
리턴 int

historyCount 보호되어 있는 프로퍼티

protected int historyCount
리턴 int

lastColor 보호되어 있는 프로퍼티

protected Color,System lastColor
리턴 System.Color

milliseconds 보호되어 있는 프로퍼티

protected long milliseconds
리턴 long

nodesSearched 보호되어 있는 프로퍼티

protected int nodesSearched
리턴 int

provider 보호되어 있는 프로퍼티

protected GameProvider,Queem.Core.ChessBoard provider
리턴 Queem.Core.ChessBoard.GameProvider

solver 보호되어 있는 프로퍼티

protected ChessSolver solver
리턴 ChessSolver