CuckooChess: Don't use LMP when alpha or beta is a mate score.

This commit is contained in:
Peter Osterlund
2012-03-04 19:00:09 +00:00
parent 43e0f00175
commit 4f4c1c75e7
5 changed files with 26 additions and 12 deletions

View File

@@ -53,7 +53,7 @@ public interface Player {
/**
* Inform player that the transposition table should be cleared.
* Of coarse, a human player has a hard time implementing this.
* Of course, a human player has a hard time implementing this.
*/
public void clearTT();
}