C# Class QueemSpeedBenchmark.BenchmarkItem

Show file 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 property

protected int depth
return int

historyCount protected property

protected int historyCount
return int

lastColor protected property

protected Color,System lastColor
return System.Color

milliseconds protected property

protected long milliseconds
return long

nodesSearched protected property

protected int nodesSearched
return int

provider protected property

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

solver protected property

protected ChessSolver solver
return ChessSolver