]> git.sesse.net Git - stockfish/shortlog
stockfish
2022-08-12 Stefan GeschwentnerCleanup code
2022-08-06 Joost VandeVondeleUpdate WDL model for current SF
2022-08-06 Joost VandeVondeleUpdate CPU contributors list
2022-08-06 lonfom169Reintroduce singularQuietLMR
2022-08-06 Stefan GeschwentnerTweak history updates
2022-07-31 Michael ChalyDo more TT cutoffs in case of exact bound
2022-07-31 Dubslowremove useClassical depth condition
2022-07-24 DubslowSimplify reduction condition for cutNodes
2022-07-13 Joost VandeVondeleUpdate default net to nn-ad9b42354671.nnue
2022-07-13 Michael ChalySimplify away some unneeded code in time management
2022-07-09 Joost VandeVondeleLimit the researching at same depth.
2022-07-09 DubslowTime mgmt fix division.
2022-07-05 Michael ChalySimplify away FRC correction term
2022-07-04 Joost VandeVondeleUpdate default net to nn-3c0054ea9860.nnu
2022-06-20 DubslowUse NNUE complexity in search, retune related parameters
2022-06-20 DubslowLMR: remove `deeper`
2022-06-20 bmc4Don't change ttPv at probCut
2022-06-16 bmc4Simplify away condition in ttSave in probCut
2022-06-16 mstemberaMinor simplifications and cleanup in search
2022-06-16 ppigazziniRestore NDKv21 for GitHub Actions
2022-06-07 candirufishUse qsearch on step 11 if depth is equal to or below 0
2022-06-07 Boštjan MejakWording of help output and comments.
2022-06-02 DubslowRemove LMR condition for complex pos
2022-06-02 xoto10Blend nnue complexity with classical.
2022-06-02 candirufishcutnode and movecount lmr extension simplification
2022-06-02 Michael ChalyAdd info about elo gained from some heuristics
2022-05-29 xoto10Adjust scale param higher
2022-05-29 proukornewImprove handling of variables set in the make environment
2022-05-29 Giacomo LorenzettiSmall speedup in futility_move_count
2022-05-29 Joost VandeVondeleAdd command line flags to link to information
2022-05-29 Giacomo LorenzettiAssorted small cleanups
2022-05-21 candirufishSimplify a condition
2022-05-15 xoto10Tune scale and optimism.
2022-05-14 disservinSE depth scaling using the previous depth
2022-05-14 Tomasz SobczykUpdate NNUE architecture to SFNNv5. Update network...
2022-05-04 Stéphane NicoletReduce depth after score improvement at PV nodes
2022-05-03 candirufishUse fail high count for LMR
2022-05-03 Stefan GeschwentnerSimplify time management.
2022-04-22 candirufishNegative extension for ttMove that is less than alpha...
2022-04-22 Michael ChalySimplify away best move count logic
2022-04-19 Joost VandeVondeleUpdate default net to nn-d0b74ce1e5eb.nnue
2022-04-18 Joost VandeVondeleRestore development version
2022-04-18 Joost VandeVondeleStockfish 15
2022-04-17 KJE-98Decrease LMR at PV nodes with low depth.
2022-04-16 FauziAkramTuning classical and NNUE scaling terms
2022-04-16 Joost VandeVondeleUpdate WDL model for current SF
2022-04-16 Joost VandeVondeleUpdate CPU contributors
2022-04-12 TopologistUse NNUE in low piece endgames close to the root.
2022-04-01 mstemberaMinor cleanups
2022-03-28 TopologistPlay more positional in endgames
2022-03-28 Michael ChalyIn movepicker increase priority for moves that evade...
2022-03-25 Giacomo LorenzettiRemove pos.capture_or_promotion()
2022-03-19 Stefan GeschwentnerRemove ttPv tree shrinking.
2022-03-13 mstemberaSmall cleanups (2)
2022-03-12 Giacomo LorenzettiSmall cleanups
2022-03-12 FauziAkramImprovements in Evaluation
2022-03-08 Michael ChalyDecrease reductions in Lmr for some Pv nodes
2022-03-02 Ben ChaneyGeneralize the feature transform to use vec_t macros
2022-03-01 Giacomo LorenzettiSort captures
2022-03-01 Tomasz SobczykUse dynamic allocation for evaluation scratch TLS buffer.
2022-02-25 mstemberaClean up and simplify some nnue code.
2022-02-20 Michael ChalyAdjust usage of LMR for 2nd move in move ordering
2022-02-20 Joost VandeVondeleFix clang warning on unused variable
2022-02-20 ppigazziniAdd ARM NDK to Github Actions matrix
2022-02-17 Michael ChalyTune search at very long time control
2022-02-13 Michael ChalyBig search tuning (version 2)
2022-02-10 Tomasz SobczykUpdate architecture to "SFNNv4". Update network to...
2022-02-09 Michael ChalyBig search tuning
2022-02-07 Michael ChalyDo less depth reduction in null move pruning for comple...
2022-02-05 Michael ChalyReintroduce razoring
2022-02-05 Michael ChalyIntroduce movecount pruning for quiet check evasions...
2022-02-05 ppigazziniDrop sse from target "x86-32"
2022-02-05 Michael ChalyCleanup and update CPU contributors
2022-01-29 Michael ChalyDo stats updates after LMR for captures
2022-01-25 Michael ChalyScale child node futility pruning with previous move...
2022-01-25 pschneider1968Fix Makefile for Android NDK cross-compile
2022-01-22 J. OsterSimplify limiting extensions.
2022-01-20 Joost VandeVondeleRevert -flto=auto on mingw
2022-01-19 ppigazziniImprove Makefile for Windows native builds
2022-01-19 ppigazziniAdd msys2 Clang x86_64 to GitHub Action matrix
2022-01-17 Rui CoelhoUse average complexity for time management
2022-01-17 proukornewImprove logic on mingw
2022-01-13 Rui CoelhoUse complexity in search
2022-01-13 pschneider1968Fix Makefile for compilation with clang on Windows
2022-01-10 Michael ChalyAdjust pruning constants
2022-01-09 Joost VandeVondeleTune FRC trapped Bishop patch
2022-01-08 Joost VandeVondeleTune a few parameters related to evaluation
2022-01-08 Stéphane NicoletUpdate AUTHORS and CPU contributors files
2022-01-06 Brad KnoxUpdate copyright years
2022-01-02 lonfom169Simplify away rangeReduction
2021-12-31 lonfom169Smooth out doDeeperSearch
2021-12-30 Stéphane NicoletTweak optimism with complexity
2021-12-27 bmc4Don't direct prune a move if it's a retake
2021-12-22 Joost VandeVondeleUpdate default net to nn-ac07bd334b62.nnue
2021-12-22 Michael ChalyFall back to NNUE if classical evaluation is much lower...
2021-12-21 bmc4Update Elo estimates for terms in search
2021-12-21 bmc4Remove Capture history pruning
2021-12-21 bmc4Remove Capture Extension
2021-12-19 Stéphane NicoletSimplification in evaluate_nnue.cpp
2021-12-19 George SobalaFixes build failure on Apple M1 Silicon
next