3
I Use This!
High Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Jul 27, 2024 — Jul 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Revert "Implement bestValue in root_search." More... over 16 years ago
Implement bestValue in root_search. More... over 16 years ago
Fix a gcc warning due to order of initialization in Option More... over 16 years ago
Fix a compile error with Intel icc More... over 16 years ago
Fix a warning under Intel compiler in square.h More... over 16 years ago
Re-fix square.h warning to avoid a compile error under MSVC More... over 16 years ago
Fix a very nasty conversion bug in Option c'tor More... over 16 years ago
Dynamic aspiration search without research. More... over 16 years ago
Store UCI options of type CHECK according to C++ convention More... over 16 years ago
Restore original UCI option printing order More... over 16 years ago
Use a map instead of a vector to store UCI options More... over 16 years ago
Less aggressive null move dynamic reduction More... over 16 years ago
Razor again at depth one Some time ago it was found by Marco Costalba that it's better to disable razoring at depth one, because given the very low evaluation of the node, futility pruning would already do the job at very low cost and avoiding missing important moves. More... over 16 years ago
Make futility and razor margins more tunable More... over 16 years ago
Remove unused currentMoveCaptureValue from search stack More... over 16 years ago
Revert dynamic LMR More... over 16 years ago
Revert setting a flag when TT value equals static evaluation Strangely enough it seems that optimization doesn't work. More... over 16 years ago
Fix compile in the debug mode More... over 16 years ago
Silence idiotic warning on two's complement of an unsigned More... over 16 years ago
Silence a bunch of warnings under MSVC /W4 More... over 16 years ago
An VALUE_TYPE_EVAL score cannot overwrite an entry More... over 16 years ago
Remember when TT value equals static evaluation value More... over 16 years ago
Document TTEntry and move layouts More... over 16 years ago
A move needs 17 bits not 19 More... over 16 years ago
Remove some obsolete code in movepick.cpp More... over 16 years ago
Revert storing of TT when returning from "stand pat" More... over 16 years ago
Cache evaluation score in qsearch More... over 16 years ago
Let to toggle dynamic LMR More... over 16 years ago
In qsearch update TT only if returning from stand pat More... over 16 years ago
When asked for position key print it as an hex value More... over 16 years ago