]> git.sesse.net Git - stockfish/history - src/search.cpp
Use a faster implementation of Static Exchange Evaluation
[stockfish] / src / search.cpp
2019-12-24 xoto10Tune search constants
2019-12-10 Guenther DemetzRefine improving-logic
2019-12-10 lantonovTuned razor and futility margins
2019-12-08 VizvezdenecDo last capture extensions for every single node
2019-12-08 protonspringSimplify pruning moves with negative SEE
2019-12-08 joergosterFix output of PV lines with invalid scores #2439
2019-12-08 xoto10Tweak time management (failing eval)
2019-12-08 Joost VandeVondeleRemove unneeded & incorrect check.
2019-11-25 Moez JellouliExtend last non-pawn captures
2019-11-21 VizvezdenecDo lmr for more captures
2019-11-19 VizvezdenecSimplify advanced pawn push pruning
2019-11-18 Joost VandeVondeleUse exploration rate for reductions
2019-11-14 Stefan GeschwentnerPrune before extension
2019-11-12 Miguel LahozShallow depth pruning on NonPV advanced pawn push
2019-11-12 Joost VandeVondeleRemove explicit moveCount pruning
2019-11-12 Joost VandeVondeleFix incorrect mate score.
2019-11-04 MichaelB7Remove shuffle extension
2019-10-31 Stefan GeschwentnerTweak dynamic contempt (the birthday patch)
2019-10-25 Joost VandeVondeleRefactor final stats updates.
2019-10-25 Stéphane NicoletAssorted trivial cleanups
2019-10-23 Joost VandeVondeleSimplify reductions on singular extension
2019-10-18 VoyagerOneCurrent capture for Counter-Move history
2019-10-09 VoyagerOneIntroduce separate counter-move tables for inCheck
2019-10-07 AlayanAdjust aspiration window with eval
2019-10-06 Ondrej MosnacekMake priorCapture a bool
2019-10-06 VoyagerOneIntroduce separate counter-move tables for captures
2019-10-05 Brian SheppardEliminate ONE_PLY
2019-10-01 Joost VandeVondeleAdjust reductions based on the number of threads
2019-10-01 protonspringRemove ThreatByRank
2019-09-30 Joost VandeVondeleRemove depth dependence in value_draw().
2019-09-27 31m059Extend castling independently of singular extension
2019-09-23 Joost VandeVondeleMore random draw evaluations
2019-09-14 Stéphane NicoletAssorted trivial cleanups
2019-09-11 Stefan GeschwentnerUpdate reverse move stats
2019-08-26 Stefan GeschwentnerTweak Late Move Reduction at root
2019-08-25 VoyagerOneNMP Tweaks
2019-08-23 protonspringSimplify futility equation
2019-08-21 VizvezdenecLate move reduction, captures and CUT nodes
2019-08-21 protonspringTuned Futility Equation
2019-08-14 Alain SAVARDAssorted trivial cleanups (July 2019)
2019-08-01 joergosterRevert "Improve multiPV mode"
2019-07-31 xoto10Tune search constants
2019-07-26 mstemberaBug fix: always choose shortest mate in multithread...
2019-07-25 VizvezdenecTweak of SEE pruning condition
2019-07-25 Alain SAVARDPawn clean up
2019-07-25 VoyagerOneLMR Tweak
2019-07-25 VizvezdenecTweak LMR and killers
2019-07-14 Joost VandeVondeleUCI_Elo implementation (#2225)
2019-07-14 protonspringRemove std::pow from reduction. (#2234)
2019-07-13 Stefan GeschwentnerFull bonus for LMR stats update
2019-07-12 Stefan GeschwentnerLate Move reduction and continuation history
2019-07-11 Marco CostalbaAssorted trivial cleanups June 2019
2019-07-11 xoto10Combo of statscore divisor and pawn psqt changes
2019-07-11 protonspringUse score instead of array to evaluate shelter
2019-07-01 Joost VandeVondeleSmoothly change playing strength with skill level....
2019-07-01 Joost VandeVondeleIntroduce coordination between searching threads (...
2019-06-27 joergosterImprove multiPV mode
2019-06-20 Miguel LahozChange multi-cut pruning condition
2019-06-20 Joost VandeVondeleFix progress issue with shuffling extensions
2019-06-20 syzygy1Partial revert of "Assorted trivial cleanups 5/2019".
2019-06-14 VoyagerOneSimplify SEE Pruning (#2191)
2019-06-09 VoyagerOneNo DC prune in QS (#2185)
2019-06-09 Marco CostalbaAssorted trivial cleanups 5/2019
2019-06-09 Stefan GeschwentnerRemove depth condition for ttPv (#2166)
2019-06-09 VoyagerOneSEE Pruning Tweak (#2183)
2019-06-09 Michael ChalyAdvanced pawn pushes tweak (#2175)
2019-05-25 Joost VandeVondeleRemove one division. (#2158)
2019-05-16 protonspringScore and Select Best Thread in same loop (#2125)
2019-05-15 xoto10Update failedHighCnt rule #2063
2019-05-15 Marco CostalbaRevert "Make rootDepth local to search. (#2077)"
2019-05-15 Joost VandeVondeleMake rootDepth local to search. (#2077)
2019-05-15 Moez JellouliSimplify reduction formula #2122
2019-05-15 protonspringSimplify Thread Voting Scheme #2129
2019-05-15 Michael ChalyDecrease reduction in case we had singular extension...
2019-05-09 Miguel LahozRemove PvNode template from reduction
2019-05-09 Stefan GeschwentnerLess LMR at root
2019-05-05 Stefan GeschwentnerLMR for captures not cracking alpha
2019-05-04 VoyagerOneStat Score reset at rootNode - Bench: 3393330 (#2124)
2019-05-02 Marco CostalbaAssorted trivial cleanups 4/2019
2019-05-02 Joost VandeVondeleSimplified shuffle extension version (#2121)
2019-04-27 MJZ1977Shuffle detection #2108
2019-04-24 Joost VandeVondeleRemove useless initializations (#2115)
2019-04-19 Joost VandeVondeleRemove capping in reduction (#2110)
2019-04-13 Joost VandeVondeleRemove two useless assignments (#2093)
2019-04-13 Joost VandeVondeleGive penalty for all early quiets of prev. ply
2019-04-12 Marco CostalbaRevert "Shuffle detection #2064"
2019-04-10 miguel-lExtend dangerous passed pawn moves (#2089)
2019-04-06 erbsenzaehlerMake ONE_PLY value independent again
2019-04-06 Marco CostalbaFix a missing assignment in previous commit
2019-04-05 xoto10Use average bestMoveChanges across all threads #2072
2019-04-04 Moez JellouliRemove pureStaticEval #2069
2019-03-31 Marco CostalbaAssorted trivial cleanups 3/2019 (#2030)
2019-03-31 Moez JellouliShuffle detection #2064
2019-03-31 protonspringReplace std::mins/max with clamp function (#2062)
2019-03-31 Joost VandeVondeleRemove duplication. (#2068)
2019-03-20 xoto10Remove !extension check #2045
2019-03-20 CoffeeOneSkip skipping thread scheme (#1972)
2019-03-10 xoto10Simplify failedLow away #1986
2019-03-09 Marco CostalbaRevert "Allowing singular extension in mate positions"
2019-03-05 protonspringRemove FutilityMoveCounts array. (#2024)
next