]> git.sesse.net Git - stockfish/history - src
Adjust for bookworm compilation.
[stockfish] / src /
2023-04-09 Steinar H. GundersonAdjust for bookworm compilation.
2023-04-09 Steinar H. GundersonMerge 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
2023-03-08 Joost VandeVondeleFix TB after capture_stage fix
2023-03-08 Maxim MasiutinClarify the description of the x86-64-vnni256 and x86...
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 MartinoModernize 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-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
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
next