public AlfaBetaFSTTAlgorithm() { transTable = new TranspositionTable(); }
public NegaScoutAlgorithm() { transTable = new TranspositionTable(); }