public MidSolve() : base() { searchDepth = 8; evalation = new Evalation(); nodes = 0; }
public StaSolve() : base() { searchDepth = 8; foundInBook = false; evalation = new Evalation(); nodes = 0; }