]> git.sesse.net Git - stockfish/history - src/search.cpp
Simplify Tweak late move reductions at root.
[stockfish] / src / search.cpp
2020-02-01 xoto10Simplify Tweak late move reductions at root.
2020-01-31 Joost VandeVondeleRevert 5 recent patches
2020-01-28 Guenther DemetzMore bonus for bestMoves on past PV nodes
2020-01-28 31m059Less NMP if the position was previously in PV.
2020-01-23 Stefan GeschwentnerHistory update for pruned captures
2020-01-23 Stefan GeschwentnerLess reduction for escape moves at ttPv nodes
2020-01-23 Guenther DemetzUse (strict) greater-than-operator for 'improving'
2020-01-15 Joost VandeVondeleTweak late move reductions at root
2020-01-13 Stefan GeschwentnerTweak reductions for captures/promotions
2020-01-13 VizvezdenecTweak futility pruning constants
2020-01-13 xoto10Fix previous patch in case of ponder
2020-01-12 xoto10Smarter time management near stop limit
2020-01-10 Joost VandeVondeleUpdate Elo estimates for terms in search
2020-01-09 joergoster50-moves rule improvement for transposition table
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2020-01-07 lantonovTuned nullmove search
2020-01-07 Stefan GeschwentnerTweak futility pruning
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)
next