We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0d95e commit d6793deCopy full SHA for d6793de
CHANGELOG.md
@@ -22,7 +22,8 @@
22
- Improved king safety evaluation
23
- Changed maximal moves count from 128 to 218 (according to Internet sources)
24
- Reduced size of transposition table entry (from 12 bytes to 8 bytes)
25
- - Disabled most of the evaluations functions when the game is near to end
+ - Disabled most of the evaluation functions when the game is near to end
26
+ - Disabled returning of exact transposition table entries in the PV nodes
27
- Adjusted evaluation scores
28
- Optimized king safety evaluation
29
- Updated .NET Core runtime version to 5.0.100
0 commit comments