]> git.sesse.net Git - stockfish/shortlog
stockfish
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
2021-12-19 Michael ChalyReintroduce futility pruning for captures
2021-12-18 Michael ChalyAdjust reductions based on current node delta and root...
2021-12-17 George SobalaFix for profile-build failure using gcc on MacOS
2021-12-17 pb00067Remove lowPly history
2021-12-17 bmc4Simplify away singularQuietLMR
2021-12-17 farseerUpdate default net to nn-4401e826ebcc.nnue
2021-12-14 Joost VandeVondeleRemove NNUE scaling term
2021-12-13 Joost VandeVondeleUpdate default net to nn-d93927199b3d.nnue
2021-12-11 Stefan GeschwentnerSimplify falling eval time factor.
2021-12-11 Joost VandeVondeleUpdate Top CPU Contributors
2021-12-09 Michael ChalyAdjust singular extension depth restriction
2021-12-08 Stefan GeschwentnerImprove transposition table remplacement strategy
2021-12-07 Michael ChalyIntroduce post-lmr extensions
2021-12-07 Tomasz SobczykOptimize FT activation and affine transform for NEON.
2021-12-07 Joost VandeVondeleUpdate default net to nn-63376713ba63.nnue.
2021-12-06 Michael ChalyAssign extra bonus for previous move that caused a...
2021-12-05 Stefan GeschwentnerTweak history initialization
2021-12-05 Stefan GeschwentnerTweak time management
2021-12-05 bmc4Simplifies bestMoveChanges from LMR
2021-12-04 Joost VandeVondeleUpdate default net to nn-cdf1785602d6.nnue
2021-12-03 Michael ChalyDo more aggressive pruning for some node types
2021-12-03 Gian-Carlo... Add AVX-VNNI support for Alder Lake and later.
2021-12-01 bmc4Correctly reset bestMoveChanges
2021-12-01 bmc4Simplify reduction on rootNode when bestMoveChanges...
2021-12-01 Michael OrtmannFix typos in comments, adjust readme
2021-12-01 hengyuSmall clean-up
2021-12-01 pb00067Remove depth dependence and use same limit (2000) as...
2021-11-30 noobpwnftwEnable compilation on older Windows systems
2021-11-29 Joost VandeVondeleUpdate default net to nn-4f56ecfca5b7.nnue
2021-11-28 Michael ChalyRefine futility pruning for parent nodes
next