]> git.sesse.net Git - stockfish/shortlog
stockfish
2023-06-20 Joerg OsterFix indentation in qsearch.
2023-06-20 disservincreate prereleases upon push to master
2023-06-19 maximCompressed network parameters
2023-06-16 cj5716Small cleanup
2023-06-14 AndrovTPermute master net weights to increase sparsity
2023-06-14 peregrineshahinConsistent bench extraction with fishtest.
2023-06-14 Viren6Remove setting of static to none if in check in qsearch
2023-06-13 Andreas MatthiesFix for MSVC compilation.
2023-06-13 Stéphane NicoletClean-up code indentation in qsearch
2023-06-12 Michael ChalyImprove comments
2023-06-12 AndrovTUse block sparse input for the first layer.
2023-06-12 Joost VandeVondeleAdd network export to CI
2023-06-11 Linmiao XuUpdate default net to nn-ea57bea57e32.nnue
2023-06-11 Guenther DemetzReintroduce SEE verification against discovered attacks
2023-06-11 cj5716Simplify multiplier for improvement
2023-06-06 Linmiao XuRemove optimism multiplier in nnue eval calculation
2023-06-06 Linmiao XuUpdate default net to nn-0dd1cebea573.nnue
2023-06-06 disservinAdd binaries to releases with github actions
2023-06-06 peregrineshahinFix no previous moves on root.
2023-06-04 Michael ChalyMove internal iterative reduction before probcut
2023-06-04 Linmiao XuRemove static eval threshold for extensions when giving...
2023-06-04 Guenther DemetzSimplify away SEE verification
2023-06-04 Linmiao XuSimplify blending nnue complexity with optimism
2023-06-04 Muzhen GamingSearch tuning at very long time control with new net
2023-05-31 Michael ChalySmall simplification for probcut in check
2023-05-31 Linmiao XuSimplify nnue eval complexity calculation
2023-05-31 Linmiao XuUpdate NNUE architecture to SFNNv6 with larger L1 size...
2023-05-28 windfishballadRemoved quadratic term in optimism
2023-05-28 Joost VandeVondeleUpdate CPU contributors list
2023-05-25 cj5716Remove ss->ttHit condition where ttValue != VALUE_NONE
2023-05-25 FauziAkramSimplify Futility pruning for captures
2023-05-25 FauziAkramSimplify Prune moves with negative SEE
2023-05-25 Muzhen GamingSimplify delta calculation in aspiration window
2023-05-25 candirufishMore Depth Reduction
2023-05-20 Michael ChalySmall simplification in low depth pruning
2023-05-20 pb00067Simplify SEE verfication logic
2023-05-20 xoto10Simplify optimism calculation
2023-05-20 Stefan GeschwentnerSmall simplification in history pruning.
2023-05-20 Muzhen GamingSearch tuning at very long time control
2023-05-20 Joost VandeVondeleUpdate WLD model
2023-05-07 Michael ChalyRefine deeper post-lmr searches
2023-05-07 Michael ChalySmall cleanup
2023-05-07 peregrineshahinClean up after "Simplify away complexity in evaluation"
2023-05-05 Michael ChalyReduce more if current node has a lot of refuted moves.
2023-05-03 candirufishAdjust reductions
2023-05-03 Linmiao XuUpdate 7 eval and optimism params
2023-04-25 Linmiao XuUpdate default net to nn-e1fb1ade4432.nnue
2023-04-25 Linmiao XuCreated by retraining the master net with these changes...
2023-04-25 Boštjan MejakUpdate AUTHORS
2023-04-22 Stefan GeschwentnerLess reduction for tt move.
2023-04-22 Muzhen GamingSimplify away depth condition for aspiration window...
2023-04-22 Guenther DemetzSimplification of SEE verification logic
2023-04-22 Muzhen GamingSimplify away complexity in evaluation
2023-04-22 ToromSet the length of GIT_SHA to 8 characters
2023-04-22 MinetaSRemove some conditions at PV improvement reduction
2023-04-12 Michael ChalySimplify stats assignment for Pv nodes
2023-04-12 Stefan GeschwentnerRemove good killer reduction rule.
2023-04-12 DubslowRemove nmpColor
2023-04-12 peregrineshahinFix capturing underpromotions issue
2023-04-10 Linmiao XuSimplify away nnue scale pawn count multiplier
2023-04-10 Maxim MasiutinDo no initialize TM in all cases
2023-04-10 mstemberaReduce Position::pieces() overloads
2023-04-10 Maxim MasiutinMade two specializations for affine transform easier...
2023-04-10 MinetaSRemove extraReduction
2023-04-10 MinetaSUse int conversion for Option class
2023-04-10 Maxim MasiutinFix linking / character types of windows API calls
2023-04-09 Joost VandeVondeleFix rootComplexity calculation
2023-04-09 Steinar H.... Adjust for bookworm compilation.
2023-04-09 Steinar H.... Merge remote-tracking branch 'upstream/master'
2023-04-07 FauziAkramDepth Tweak and tuning
2023-04-05 Michael ChalyAssign negative stat bonuses for quiet moves at Pv...
2023-04-05 Muzhen GamingSimplify away piece count condition for useClassical
2023-04-05 FauziAkramParameters Tweak
2023-04-05 DubslowSimplifiy TM's root complexity
2023-04-05 Miguel LahozRemove unneeded bitboard from MP
2023-04-01 FauziAkramDecrease Depth more for positions not in TT.
2023-04-01 Maxim MasiutinReplace deprecated icc with icx
2023-04-01 MinetaSSimplify away complexityAverage
2023-04-01 Joost VandeVondeleStringify the git info passed
2023-04-01 Muzhen GamingRemove reduction for moving threatened piece
2023-04-01 Maxim MasiutinMade advanced Windows API calls dynamically linked
2023-04-01 Maxim MasiutinImprove compatibility
2023-03-29 peregrineshahinAllow PvNode in futility pruning for captures.
2023-03-29 Miguel LahozClean up repetitive declarations for see_ge
2023-03-29 Linmiao XuUpdate default net to nn-dabb1ed23026.nnue
2023-03-29 Sebastian BuchwaldReuse existing functions to read/write array of network...
2023-03-25 MinetaSRemove non_pawn_material in NNUE::evaluate
2023-03-25 Michael ChalySimplify statScore initialization
2023-03-25 FauziAkramUpdate Elo estimates for terms in search
2023-03-25 pb00067Verified SEE pruning for capturing and checking moves.
2023-03-19 pb00067Remove 'si' StateInfo variable/parameter.
2023-03-19 disservinNNUE namespace cleanup
2023-03-19 peregrineshahinFix null move issue
2023-03-14 pb00067Small cleanups
2023-03-14 mstemberaRemove redundant condition from capture_stage()
2023-03-14 Sebastian BuchwaldFix Makefile for clang 16
2023-03-14 Alfredo MenezesChange mode of incbin.h
2023-03-14 Michael ChalyDo more singular extensions
2023-03-13 DubslowMore negative extensions on nonsingular nonpv nodes.
2023-03-08 Michael ChalyDo more negative extensions
next