C# Class QueemSpeedBenchmark.BenchmarkItem

Afficher le fichier Open project: Ribtoks/Queem

Protected Properties

Свойство Type Description
depth int
historyCount int
lastColor System.Color
milliseconds long
nodesSearched int
provider Queem.Core.ChessBoard.GameProvider
solver ChessSolver

Méthodes publiques

Méthode Description
BenchmarkItem ( string moves ) : System
Run ( int maxdepth ) : void
ToString ( ) : string

Method Details

BenchmarkItem() public méthode

public BenchmarkItem ( string moves ) : System
moves string
Résultat System

Run() public méthode

public Run ( int maxdepth ) : void
maxdepth int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

depth protected_oe property

protected int depth
Résultat int

historyCount protected_oe property

protected int historyCount
Résultat int

lastColor protected_oe property

protected Color,System lastColor
Résultat System.Color

milliseconds protected_oe property

protected long milliseconds
Résultat long

nodesSearched protected_oe property

protected int nodesSearched
Résultat int

provider protected_oe property

protected GameProvider,Queem.Core.ChessBoard provider
Résultat Queem.Core.ChessBoard.GameProvider

solver protected_oe property

protected ChessSolver solver
Résultat ChessSolver