]> git.sesse.net Git - stockfish/history - src/search.cpp
Do not define increment operators on Value, Depth and Direction
[stockfish] / src / search.cpp
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)
2019-03-05 protonspringShrink Reductions[] array to one dimension
2019-03-05 Marco CostalbaAssorted trivial cleanups 2/2019
2019-03-05 VizvezdenecAdd continuation history 5
2019-02-27 Joost VandeVondeleRemove skipQuiets with mate fix. (#2021)
2019-02-26 Marco CostalbaRevert "Remove skipQuiets variable in search()"
2019-02-21 KurtbuschAdd KNNvKP Endgame Heuristic
2019-02-21 MJZ1977ProbCutCount limit dependancy to cutNode
2019-02-21 protonspringRemove PvNode dimension from Reductions array
2019-02-21 protonspringRemove skipQuiets variable in search()
2019-02-08 Marco CostalbaAssorted trivial cleanups 1/2019
2019-02-01 Miguel LahozExtend discovered checks regardless of SEE
2019-01-31 protonspringSimplify Stat Score bonus
2019-01-29 DU-jdtoDon't update pvHit after IID
2019-01-20 Joost VandeVondeleSimplify pondering time management (#1899)
2019-01-20 marotearSimplify pvHit (#1953)
2019-01-14 Joost VandeVondeleSimplify time management a bit
2019-01-10 Joost VandeVondeleRemove pvExact
2019-01-10 mstemberaMinor cleanup to recent 'Flag critical search tree...
2019-01-09 MJZ1977Flag critical search tree in hash table
2019-01-06 Miguel LahozIntroduce Multi-Cut
2019-01-01 Marco CostalbaAssorted trivial cleanups (#1894)
2018-12-24 Joost VandeVondeleExtend stack to ss-5, and remove conditions
2018-12-18 Guenther DemetzTweak main killer penalty
2018-12-18 mstemberaNew voting formula for threads
2018-12-16 Joost VandeVondeleFix a segfault.
2018-12-16 31m059Remove Null Move Pruning material threshold
2018-12-13 SFisGODA combo of parameter tweaks
2018-12-13 KurtAsymmetrical 8x8 Pawn PSQT
2018-12-11 protonspringChanges identified in RENAME/REFORMATTING thread (...
2018-12-09 VoyagerOneTweak CMH pruning
2018-12-06 VoyagerOneSimplify Killer Move Penalty
2018-12-06 xoto10Simplify time manager in search()
2018-12-01 Miguel LahozPenalize refuted killers in continuation history
2018-11-27 31m059Simplify casting extension
2018-11-25 Jörg OsterQsearch simplification. (#1828)
2018-11-20 Joost VandeVondeleForce time check on TB probe in search.
2018-11-20 xoto10Bonus for restricting opponent's piece moves
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-11-19 VoyagerOneSimplify Castle Extension
2018-11-19 NoobyClear TableBase mappings in Search::clear()
2018-11-08 Joost VandeVondelefixup
2018-11-08 Joost VandeVondeleExtension for king moves changing castling rights
2018-11-01 Joost VandeVondeleFix issues from using adjustedDepth too broadly
2018-11-01 SFisGODCombo
2018-10-25 Guenther DemetzOn main thread: reduce depth after fail high
2018-10-23 Günther DemetzRevert Pull Request #1771, see issue #1785 (#1786)
2018-10-14 ElbertoOneSimplify check extensions
2018-10-14 Joost VandeVondeleRandomize draw eval
2018-10-14 Guenther DemetzCorrectly track down pv even in fail-high case
2018-10-14 Joost VandeVondelesmall ttCapture simplification.
2018-10-14 31m059Combo
2018-09-27 Eduardo CaceresFix two typos in comments
2018-09-27 Joost VandeVondeleRemove essentially unused code
2018-09-04 ElbertoOneParameter tweaks in PSQT and NMP
2018-08-29 MJZ1977Fix bug with "excludedMove" for probcut
2018-08-28 Ondrej MosnacekRefactor pure static eval code
next