openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
Stockfish
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
High Activity
Commits
: Listings
Analyzed
about 1 hour
ago. based on code collected
about 1 hour
ago.
Jul 27, 2024 — Jul 27, 2025
Showing page 210 of 224
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Revert "Implement bestValue in root_search."
Joona Kiiski
More...
over 16 years ago
Implement bestValue in root_search.
Joona Kiiski
More...
over 16 years ago
Fix a gcc warning due to order of initialization in Option
Marco Costalba
More...
over 16 years ago
Fix a compile error with Intel icc
Marco Costalba
More...
over 16 years ago
Fix a warning under Intel compiler in square.h
Marco Costalba
More...
over 16 years ago
Re-fix square.h warning to avoid a compile error under MSVC
Marco Costalba
More...
over 16 years ago
Fix a very nasty conversion bug in Option c'tor
Marco Costalba
More...
over 16 years ago
Dynamic aspiration search without research.
Joona Kiiski
More...
over 16 years ago
Store UCI options of type CHECK according to C++ convention
Marco Costalba
More...
over 16 years ago
Restore original UCI option printing order
Marco Costalba
More...
over 16 years ago
Use a map instead of a vector to store UCI options
Marco Costalba
More...
over 16 years ago
Less aggressive null move dynamic reduction
Marco Costalba
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.
Joona Kiiski
More...
over 16 years ago
Make futility and razor margins more tunable
Joona Kiiski
More...
over 16 years ago
Remove unused currentMoveCaptureValue from search stack
Marco Costalba
More...
over 16 years ago
Revert dynamic LMR
Marco Costalba
More...
over 16 years ago
Revert setting a flag when TT value equals static evaluation Strangely enough it seems that optimization doesn't work.
Marco Costalba
More...
over 16 years ago
Fix compile in the debug mode
Marco Costalba
More...
over 16 years ago
Silence idiotic warning on two's complement of an unsigned
Marco Costalba
More...
over 16 years ago
Silence a bunch of warnings under MSVC /W4
Marco Costalba
More...
over 16 years ago
An VALUE_TYPE_EVAL score cannot overwrite an entry
Marco Costalba
More...
over 16 years ago
Remember when TT value equals static evaluation value
Marco Costalba
More...
over 16 years ago
Document TTEntry and move layouts
Marco Costalba
More...
over 16 years ago
A move needs 17 bits not 19
Marco Costalba
More...
over 16 years ago
Remove some obsolete code in movepick.cpp
Marco Costalba
More...
over 16 years ago
Revert storing of TT when returning from "stand pat"
Marco Costalba
More...
over 16 years ago
Cache evaluation score in qsearch
Marco Costalba
More...
over 16 years ago
Let to toggle dynamic LMR
Marco Costalba
More...
over 16 years ago
In qsearch update TT only if returning from stand pat
Marco Costalba
More...
over 16 years ago
When asked for position key print it as an hex value
Marco Costalba
More...
over 16 years ago
←
1
2
…
206
207
208
209
210
211
212
213
214
…
223
224
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree