]> git.sesse.net Git - stockfish/shortlog
stockfish
2020-11-10 lonfom169Increase reduction based on the number of best move...
2020-11-08 Stéphane NicoletQsearch pruning: follow-up
2020-11-08 SFisGODUpdate default net to nn-c3ca321c51c9.nnue
2020-11-07 Tomasz SobczykAVX-512 for smaller affine and feature transforms.
2020-11-07 FauziAkramIntroducing King On File
2020-11-07 Joost VandeVondeleChange handling the special case of a single legal...
2020-11-04 Tomasz SobczykManually align arrays on the stack
2020-11-02 J. OsterFix incorrect pruning in qsearch
2020-11-02 FauziAkramElo Worth in King Danger
2020-11-02 Tomasz SobczykOptimize affine transform for SSSE3 and higher targets.
2020-11-01 mstemberaUpdate default net to nn-cb26f10b1fd9.nnue
2020-10-28 syzygy1Do not skip non-recapture ttMove when in check
2020-10-28 SFisGODUpdate default net to nn-2eb2e0707c2b.nnue
2020-10-28 FauziAkramBishop Pawns based on Files
2020-10-22 syzygy1More incremental accumulator updates
2020-10-22 Joost VandeVondeleAdd net as dependency of config
2020-10-22 xoto10Reduce big time spikes by reducing PV re-searches.
2020-10-18 VizvezdenecDo more reductions for late quiet moves in case of...
2020-10-18 mstemberaUpdate default net to nn-eba324f53044.nnue
2020-10-14 Unai CorzoScale factor tweak
2020-10-14 FauziAkramRookOnQueenFile Removal
2020-10-14 Joost VandeVondeleUpdate default net to nn-04cf2b4ed1da.nnue
2020-10-05 FauziAkramPawn Tuning
2020-10-05 Unai CorzoSimplify away futility pruning for captures
2020-10-05 Joost VandeVondeleSchedule threads fairly under valgrind
2020-09-28 Stéphane NicoletInclude pawns in NNUE scaling
2020-09-28 Stefan GeschwentnerTweak reduction formula.
2020-09-28 SFisGODUpdate default net to nn-baeb9ef2d183.nnue
2020-09-28 FauziAkramTweaking Mobility and Safe Check
2020-09-28 VizvezdenecAdjust null move pruning constants
2020-09-28 Joost VandeVondeleUpdate default net to nn-04a843f8932e.nnue
2020-09-28 noobpwnftwUse incremental updates more often
2020-09-27 Stéphane NicoletTweak nnue scaling to keep more material
2020-09-25 SFisGODSwitch to NNUE eval probabilistically for OCB
2020-09-25 Stéphane NicoletSuppress info strings before 'uci'
2020-09-22 Stéphane NicoletIncrease reductions with the number of threads
2020-09-21 Stéphane NicoletSmall cleanups 12
2020-09-21 Sami KiminkiAdd large page support for NNUE weights and simplify...
2020-09-21 Stefan GeschwentnerTweak hybrid treshold.
2020-09-21 Unai CorzoSimplify reduced depth search
2020-09-17 syzygy1Use tiling to speed up accumulator refreshes and updates
2020-09-17 Unai CorzoSimplify futility pruning for captures
2020-09-17 Unai CorzoRemove castling extension
2020-09-17 GoldenRareAdded FEN string to bench output
2020-09-16 syzygy1Improve NDK section in Makefile
2020-09-16 xoto10Use 2 * bestMoveChanges.
2020-09-15 Sergio VieriUpdate default net to nn-03744f8d56d8.nnue
2020-09-15 mckx00Simplify StatSCore Initialization
2020-09-08 SFisGODDouble probability of using classical eval
2020-09-08 Gian-Carlo... Always re-enable NNUE after "bench".
2020-09-08 syzygy1Bug fix in do_null_move() and NNUE simplification.
2020-09-04 SFisGODUse classical eval more often
2020-09-04 VizvezdenecAdjust penalty on refuted early quiet moves
2020-09-04 Sergio VieriUpdate default net to nn-308d71810dff.nnue
2020-09-04 VoyagerOneLMR Simplification
2020-09-04 Unai CorzoSimplify singularQuietLMR
2020-09-04 Unai CorzoLess pruning in qsearch
2020-09-04 Joost VandeVondeleRestore development version
2020-09-02 Joost VandeVondeleStockfish 12
2020-09-02 Joost VandeVondeleUpdate CPU contributors list
2020-09-02 Joost VandeVondeleOnly use MADV_RANDOM if defined
2020-09-01 VoyagerOneLMR Root Node Simplification
2020-09-01 Joost VandeVondeleAlways print an info line before a bestmove
2020-09-01 mstemberaUse llvm linker with clang on windows for LTO.
2020-09-01 mstemberaUse stable sort to make sure bench with TB yields same...
2020-08-30 FauziAkramUpdate parametes in classical evaluation.
2020-08-30 VoyagerOneQS Pruning Simplification
2020-08-30 MJZ1977Add / remove leaves from search tree ttPv
2020-08-30 Unai CorzoReintroduce depth reduction
2020-08-30 Joost VandeVondeleCleaner make help
2020-08-29 Stéphane NicoletEmbed default net, and simplify using non-default nets
2020-08-26 VoyagerOneSimplify MCP in QS
2020-08-26 VoyagerOneRemove Reduce Depth
2020-08-26 syzygy1Remove EvalList
2020-08-26 Joost VandeVondeleCheck ARCH=.... variable
2020-08-24 mstemberaAllow for VNNI256 compilation with g++-8
2020-08-24 VizvezdenecIntroduce countermove based pruning for qsearch
2020-08-24 Sami KiminkiAllow TT entries with key16==0 to be fetched
2020-08-24 mstemberaSupport VNNI on 256bit vectors
2020-08-24 George Sobalaarmv8 AArch64 does not require -mfpu=neon
2020-08-23 VizvezdenecIntroduce movecount pruning for qsearch()
2020-08-23 syzygy1Skip the alignment bug workaround for Clang
2020-08-22 Joost VandeVondeleSmall trivial cleanups
2020-08-22 Stéphane NicoletInstructions to build on older Macintosh
2020-08-22 Joost VandeVondeleExplicitly rely on pthreads if possible
2020-08-22 MJZ1977Display classic and NNUE evaluation in trace mode
2020-08-21 Unai CorzoSimplify away internal iterative deepening
2020-08-21 gsobalaUpdate Makefile for macOS
2020-08-21 Joost VandeVondeleDeal with very old linux kernels
2020-08-20 Joost VandeVondeleSet Use NNUE by default to true
2020-08-20 Joost VandeVondeleSend error message as an UCI info string
2020-08-20 SFisGODReintroduce last captures extension
2020-08-18 syzygy1Expanded support for x86-32 architectures.
2020-08-18 Joost VandeVondeleBetter error message on missing curl/wget
2020-08-18 Joost VandeVondeleFix Makefile typo
2020-08-18 mstemberaFallback to NNUE
2020-08-18 Unai CorzoRemove last captures extension
2020-08-18 VoyagerOneRemove history bonus from Eval
2020-08-18 notruckSupport building for Android using NDK
2020-08-17 Unai CorzoSimplify away the passed pawn extension
next