]> git.sesse.net Git - stockfish/history - src/search.cpp
Update copyright years
[stockfish] / src / search.cpp
2023-01-02 Sebastian BuchwaldUpdate copyright years
2022-12-24 Muzhen GamingAdd double bonus for prior countermove fail low
2022-12-24 FauziAkramUpdate Elo estimates for terms in search
2022-12-19 Alfredo MenezesSometimes do a reduced search if LMR is skipped
2022-12-19 mstemberaDon't reset increaseDepth back to true after it has...
2022-12-19 Michael ChalyReintroduce doEvenDeeperSearch
2022-12-12 Joost VandeVondeleRevert "doEvenDeeperSearch + tuning"
2022-12-09 disservinFix lower/upper bounds output
2022-12-09 Alfredo MenezesExtend all moves at low depth if ttMove is doubly extended
2022-12-08 Guenther DemetzCorrectly output lowerbound/upperbound scores
2022-12-08 FauziAkramdoEvenDeeperSearch + tuning
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-19 VoyagerOneSimplification away Cutoff Reset
2022-11-19 Michael ChalyDo shallower search in case of lmr being not successful...
2022-11-07 disservinRemove trend
2022-10-30 kurt22iAdjust reduction less at medium depths
2022-10-16 DubslowRemove depth condition from razoring
2022-10-08 Stefan GeschwentnerTweak history initialization
2022-10-08 Giacomo LorenzettiRemove old line in "Futility pruning for captures"
2022-10-05 Joost VandeVondeleRevert "Mix alpha and statScore for reduction"
2022-10-03 FauziAkramMix alpha and statScore for reduction
2022-10-03 disservinUse less reduction for escaping moves
2022-09-27 Torsten HellwigAlways output hashfull
2022-09-17 atumanianSimplify trend and optimism.
2022-09-11 Michael ChalyDo less singular extensions for former PVnode
2022-09-11 DubslowRazor also on PV nodes
2022-09-11 Michael ChalyFurther LTC tuning of search parameters
2022-09-07 FauziAkramVLTC tuning
2022-08-15 Michael ChalySimplify away smp adjustment in TT use
2022-08-15 mckx00Make LMR code easier to follow
2022-08-12 Joost VandeVondeleRemove an unneeded randomization of evals.
2022-08-12 Stefan GeschwentnerCleanup code
2022-08-06 lonfom169Reintroduce singularQuietLMR
2022-08-06 Stefan GeschwentnerTweak history updates
2022-07-31 Michael ChalyDo more TT cutoffs in case of exact bound
2022-07-24 DubslowSimplify reduction condition for cutNodes
2022-07-13 Michael ChalySimplify away some unneeded code in time management
2022-07-09 Joost VandeVondeleLimit the researching at same depth.
2022-07-09 DubslowTime mgmt fix division.
2022-06-20 DubslowUse NNUE complexity in search, retune related parameters
2022-06-20 DubslowLMR: remove `deeper`
2022-06-20 bmc4Don't change ttPv at probCut
2022-06-16 bmc4Simplify away condition in ttSave in probCut
2022-06-16 mstemberaMinor simplifications and cleanup in search
2022-06-07 candirufishUse qsearch on step 11 if depth is equal to or below 0
2022-06-02 DubslowRemove LMR condition for complex pos
2022-06-02 candirufishcutnode and movecount lmr extension simplification
2022-06-02 Michael ChalyAdd info about elo gained from some heuristics
2022-05-29 Giacomo LorenzettiSmall speedup in futility_move_count
2022-05-29 Giacomo LorenzettiAssorted small cleanups
2022-05-21 candirufishSimplify a condition
2022-05-14 disservinSE depth scaling using the previous depth
2022-05-04 Stéphane NicoletReduce depth after score improvement at PV nodes
2022-05-03 candirufishUse fail high count for LMR
2022-05-03 Stefan GeschwentnerSimplify time management.
2022-04-22 candirufishNegative extension for ttMove that is less than alpha...
2022-04-22 Michael ChalySimplify away best move count logic
2022-04-17 KJE-98Decrease LMR at PV nodes with low depth.
2022-04-12 TopologistUse NNUE in low piece endgames close to the root.
2022-03-25 Giacomo LorenzettiRemove pos.capture_or_promotion()
2022-03-19 Stefan GeschwentnerRemove ttPv tree shrinking.
2022-03-08 Michael ChalyDecrease reductions in Lmr for some Pv nodes
2022-03-01 Giacomo LorenzettiSort captures
2022-02-20 Michael ChalyAdjust usage of LMR for 2nd move in move ordering
2022-02-17 Michael ChalyTune search at very long time control
2022-02-13 Michael ChalyBig search tuning (version 2)
2022-02-09 Michael ChalyBig search tuning
2022-02-07 Michael ChalyDo less depth reduction in null move pruning for comple...
2022-02-05 Michael ChalyReintroduce razoring
2022-02-05 Michael ChalyIntroduce movecount pruning for quiet check evasions...
2022-01-29 Michael ChalyDo stats updates after LMR for captures
2022-01-25 Michael ChalyScale child node futility pruning with previous move...
2022-01-22 J. OsterSimplify limiting extensions.
2022-01-17 Rui CoelhoUse average complexity for time management
2022-01-13 Rui CoelhoUse complexity in search
2022-01-10 Michael ChalyAdjust pruning constants
2022-01-06 Brad KnoxUpdate copyright years
2022-01-02 lonfom169Simplify away rangeReduction
2021-12-31 lonfom169Smooth out doDeeperSearch
2021-12-27 bmc4Don't direct prune a move if it's a retake
2021-12-21 bmc4Update Elo estimates for terms in search
2021-12-21 bmc4Remove Capture history pruning
2021-12-21 bmc4Remove Capture Extension
2021-12-19 Michael ChalyReintroduce futility pruning for captures
2021-12-18 Michael ChalyAdjust reductions based on current node delta and root...
2021-12-17 pb00067Remove lowPly history
2021-12-17 bmc4Simplify away singularQuietLMR
2021-12-11 Stefan GeschwentnerSimplify falling eval time factor.
2021-12-09 Michael ChalyAdjust singular extension depth restriction
2021-12-07 Michael ChalyIntroduce post-lmr extensions
2021-12-06 Michael ChalyAssign extra bonus for previous move that caused a...
2021-12-05 Stefan GeschwentnerTweak time management
2021-12-05 bmc4Simplifies bestMoveChanges from LMR
2021-12-03 Michael ChalyDo more aggressive pruning for some node types
2021-12-01 bmc4Correctly reset bestMoveChanges
2021-12-01 bmc4Simplify reduction on rootNode when bestMoveChanges...
next