C# Class QueemSpeedBenchmark.BenchmarkItem

Exibir arquivo Open project: Ribtoks/Queem

Protected Properties

Property Type Description
depth int
historyCount int
lastColor System.Color
milliseconds long
nodesSearched int
provider Queem.Core.ChessBoard.GameProvider
solver ChessSolver

Public Methods

Method Description
BenchmarkItem ( string moves ) : System
Run ( int maxdepth ) : void
ToString ( ) : string

Method Details

BenchmarkItem() public method

public BenchmarkItem ( string moves ) : System
moves string
return System

Run() public method

public Run ( int maxdepth ) : void
maxdepth int
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

depth protected_oe property

protected int depth
return int

historyCount protected_oe property

protected int historyCount
return int

lastColor protected_oe property

protected Color,System lastColor
return System.Color

milliseconds protected_oe property

protected long milliseconds
return long

nodesSearched protected_oe property

protected int nodesSearched
return int

provider protected_oe property

protected GameProvider,Queem.Core.ChessBoard provider
return Queem.Core.ChessBoard.GameProvider

solver protected_oe property

protected ChessSolver solver
return ChessSolver