]> git.sesse.net Git - stockfish/shortlog
stockfish
2023-03-05 Michael ChalyFix duplicated moves generation in movepicker
2023-02-27 Linmiao XuUpdate default net to nn-52471d67216a.nnue
2023-02-27 DubslowLate counter bonus: boost underestimated moves
2023-02-27 Sebastian BuchwaldUnify type alias declarations
2023-02-27 Stefan GeschwentnerNNUE accumulator update in probcut.
2023-02-27 pb00067Use common_parent_position hint also at PVNodes TT...
2023-02-27 Alfredo MenezesSimplify condition in step 15
2023-02-24 Michael ChalySearch tuning at very long time control
2023-02-24 Sebastian BuchwaldFix typo in method name
2023-02-23 Linmiao XuReintroduce nnue pawn scaling with lower lazy thresholds
2023-02-23 Joost VandeVondeleIntroduce a function to compute NNUE accumulator
2023-02-23 Sebastian BuchwaldRemove unused macros
2023-02-23 Sebastian BuchwaldAdd support for ARM dot product instructions
2023-02-18 DubslowRemove one `reduction` call
2023-02-18 DubslowSimplify late countermove bonus condition
2023-02-18 mstemberaSimplify nnueComplexity calculation.
2023-02-18 MinetaSFix overflow in add_dpbusd_epi32x2
2023-02-18 disservinupdate cuckoo link
2023-02-18 borg323Fix build on arm windows
2023-02-09 Linmiao XuUpdate default net to nn-1337b1adec5b.nnue
2023-02-09 DubslowUpdate `complexityAverage` in all branches of static...
2023-02-09 Michael ChalyCleanup and reorder in qsearch
2023-02-09 Disservinremove unnecessary variable
2023-02-03 pb00067Improve excluded move logic
2023-02-03 Muzhen GamingRemove reduced LMR capture bonus
2023-02-03 Michael ChalySimplify usage of optimism in complexity
2023-02-03 MinetaSExpand statistics tools for engine development
2023-02-02 Michael ChalyDo less SEE pruning in qsearch
2023-02-02 Joost VandeVondeleUpdate WLD model
2023-02-02 MinetaSAdd -Wconditional-uninitialized when using Clang
2023-02-02 Muzhen GamingDecrease reduction for killer moves with good history
2023-01-28 MinetaSRemove maxNextDepth
2023-01-28 DubslowRemove `previousDepth` in favor of `completedDepth...
2023-01-28 Sebastian BuchwaldRemove redundant const qualifiers
2023-01-28 Sebastian BuchwaldSimplify functions to read/write network parameters
2023-01-28 disservinFixed UCI TB win values
2023-01-25 Michael ChalyRebalance usage of history heuristics in pruning
2023-01-25 Dubslow`stat_bonus`: replace quadratic with nearly identical...
2023-01-23 Linmiao XuUpdate default net to nn-bc24c101ada0.nnue
2023-01-22 Jonathanapply if constexpr to additional instances
2023-01-22 Stephen TousetRemove precomputed SquareBB
2023-01-22 Joost VandeVondeleUpdate UCI_Elo parameterization
2023-01-22 Sebastian BuchwaldFix asm modifiers in add_dpbusd_epi32x2 implementations
2023-01-14 Linmiao XuUpdate default net to nn-1e7ca356472e.nnue
2023-01-09 Sebastian BuchwaldAvoid unnecessary string copies
2023-01-09 Sebastian BuchwaldReplace some std::string occurrences with std::string_view
2023-01-09 Stefano Di... Modernize code base a little bit
2023-01-09 Sebastian BuchwaldWarn if a global function has no previous declaration
2023-01-09 Jake SenneOnly close file if already open
2023-01-09 candirufishOn step 18 increase reduction by 2 if not ttmove and...
2023-01-09 DubslowLate countermove bonus: remove "extraBonus &&"
2023-01-04 mstemberaFix stack initialization
2023-01-02 FauziAkramParameter Tweaks
2023-01-02 Linmiao XuUpdate default net to nn-a3dc078bafc7.nnue
2023-01-02 Sebastian BuchwaldUpdate copyright years
2023-01-01 Linmiao XuUpdate default net to nn-60fa44e376d9.nnue
2023-01-01 Sebastian BuchwaldRemove redundant extern modifier for function declarations
2023-01-01 Sebastian BuchwaldFix comparison with uninitialized variable
2022-12-24 Muzhen GamingAdd double bonus for prior countermove fail low
2022-12-24 FauziAkramUpdate Elo estimates for terms in search
2022-12-21 Linmiao XuUpdate default net to nn-335a9b2d8a80.nnue
2022-12-20 MinetaSFix a dependency bug
2022-12-19 Alfredo MenezesSometimes do a reduced search if LMR is skipped
2022-12-19 Joost VandeVondeleNo error if net available but wget/curl missing
2022-12-19 mstemberaDon't reset increaseDepth back to true after it has...
2022-12-19 Michael ChalyReintroduce doEvenDeeperSearch
2022-12-19 PikaCatBadge link fix
2022-12-19 NguyenPhamFixed the help of Makefile
2022-12-12 VoyagerOneSimplify Capture Scoring
2022-12-12 ppigazziniGitHub Actions: install NDK once and clean up yaml
2022-12-12 mstemberaAvoid truncated PV in the threaded case
2022-12-12 Joost VandeVondeleRevert "doEvenDeeperSearch + tuning"
2022-12-09 disservinFix lower/upper bounds output
2022-12-09 Joost VandeVondeleCI workflows, install git on windows
2022-12-09 Joost VandeVondeleCI workflows, install git on windows
2022-12-09 Douglas Matos... Simplify redundant condition.
2022-12-09 Alfredo MenezesExtend all moves at low depth if ttMove is doubly extended
2022-12-09 ppigazziniGitHub Action: upload ARM artifacts
2022-12-08 MinetaSInvoke .depend only on build targets
2022-12-08 Guenther DemetzCorrectly output lowerbound/upperbound scores
2022-12-08 FauziAkramdoEvenDeeperSearch + tuning
2022-12-08 ppigazziniSet the right PATH for ARM compiler and build tests...
2022-12-08 Joost VandeVondeleRestore development version
2022-12-04 Joost VandeVondeleStockfish 15.1
2022-12-02 Joost VandeVondeleFix bestThread selection
2022-12-02 VoyagerOneSimply do full sort on captures.
2022-12-02 VoyagerOneRemove PvNode Parameter for cutoff LMR
2022-11-23 Guenther DemetzCorrectly output lowerbound/upperbound in threaded...
2022-11-23 peregrineshahinSimplify both quiet check evasions' conditions
2022-11-23 VoyagerOneSkip full depth search in LMR depending on depth
2022-11-20 Joost VandeVondeleUpdate Top CPU Contributors
2022-11-20 Joost VandeVondeleUpdate WDL model for current SF
2022-11-20 Joost VandeVondeleFix a missing conversion
2022-11-19 VoyagerOneSimplification away Cutoff Reset
2022-11-19 Michael ChalyDo shallower search in case of lmr being not successful...
2022-11-07 disservinspeedup CI
2022-11-07 disservinRemove trend
2022-11-07 disservinChange versioning and save binaries as CI artifacts
2022-11-05 Joost VandeVondeleNormalize evaluation
2022-11-05 Joost VandeVondeleMark variable as potentially unused
next