TransTable ClassDelta Engine Documentation
Implements a transposition table. Transposition table is used to cache already computed board View code on GitHub
Inheritance Hierarchy

System Object
  Chess TransTable

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public class TransTable

The TransTable type exposes the following members.

Constructors

  NameDescription
Public methodTransTable
Class constructor View code on GitHub
Top
Methods

  NameDescription
Public methodStatic memberGetTransTable
Gets one of the static translation table View code on GitHub
Public methodProbeEntry
Try to find if the current board has already been evaluated View code on GitHub
Public methodRecordEntry
Record a new entry in the table View code on GitHub
Public methodReset
Reset the cache View code on GitHub
Top
Properties

  NameDescription
Public propertyCacheHit
Number of cache hit View code on GitHub
Public propertyStatic memberTranslationTableSize
Size of the translation table View code on GitHub
Top
See Also