]> git.sesse.net Git - stockfish/history - src/search.cpp
Compute ttCapture earlier
[stockfish] / src / search.cpp
2021-10-14 Joost VandeVondeleCompute ttCapture earlier
2021-10-14 bmc4Simplify ttHitAverage away
2021-10-13 Joseph EllisSimplify multi-cut condition
2021-10-09 Michael ChalyReduce more if multiple moves exceed alpha
2021-10-07 xoto10Small clean-up, Sept 2021
2021-10-06 Stéphane NicoletCapping stat bonus at 2000
2021-10-06 J. OsterTime-management fix in MultiPV mode.
2021-10-03 Michael ChalyIncrease reductions with thread count
2021-09-26 Michael ChalyExtend quiet tt moves at PvNodes
2021-09-25 Stéphane NicoletReduction instead of cutoff
2021-09-24 OfekShochatRange reductions
2021-09-23 Stéphane NicoletTweak doubly singular condition (Topo's patch)
2021-09-23 Stéphane NicoletDetect search explosions
2021-09-21 Michael ChalyCombo of various parameter tweaks
2021-09-12 xoto10Update 2 search parameters after tune.
2021-09-10 Michael ChalyDecrease depth for cutnodes with no tt move
2021-09-07 Stefan GeschwentnerFurther improve history updates
2021-09-06 Stefan GeschwentnerImprove history updates
2021-09-06 Michael ChalyExtend captures and promotions
2021-08-27 VoyagerOneCMH Pruning Tweak
2021-08-22 candirufishdo more LMR extensions for PV nodes
2021-08-22 bmc4Simplify Null Move Search Reduction
2021-08-05 Joost VandeVondeleRevert futility pruning patches
2021-08-05 VoyagerOneSEE simplification
2021-08-05 Stefan GeschwentnerSimplify new cmh pruning thresholds by using directly...
2021-08-05 VoyagerOneFutile pruning simplification
2021-07-31 VoyagerOneCMH Pruning Tweak
2021-07-26 Giacomo LorenzettiSimplification in LMR
2021-07-23 Giacomo LorenzettiApply good/bad history reduction also when inCheck
2021-07-23 VizvezdenecPrune illegal moves in qsearch earlier
2021-07-13 VoyagerOneDon't save excluded move eval in TT
2021-07-13 VizvezdenecRemove second futility pruning depth limit
2021-07-13 VizvezdenecRemove futility pruning depth limit
2021-07-03 candirufishno cut node reduction for killer moves.
2021-06-28 bmc4Simplify Reductions Initialization
2021-06-21 Stéphane NicoletRemove the Contempt UCI option
2021-06-17 bmc4Simplify reduction when best move doesn't change freque...
2021-06-13 VizvezdenecDo less LMR extensions
2021-06-11 Joost VandeVondeleLimit double extensions
2021-06-08 bmc4Simplify promotion move generator
2021-06-06 bmc4Reduce in LMR reduction on PvNode
2021-06-03 bmc4Introducing NodeType Root
2021-06-03 xoto10Make extra time for bestMoveInstability dependent on...
2021-06-01 Stefan GeschwentnerRemove formerPV variable.
2021-06-01 J. OsterPre-initialize ss->ply
2021-05-31 candirufishCheck Extension with Static Evaluation
2021-05-28 VoyagerOneRemove Stat Reset at beta cutoff
2021-05-26 Stefan GeschwentnerLess reduction for capture/promotions.
2021-05-26 IIvecSimplify the thread term for reduction formula
2021-05-24 bmc4Increased reduction for captures in LMR
2021-05-22 bmc4Tuning Search
2021-05-22 bmc4Simplify reduction for consecutive fails
2021-05-19 Stéphane NicoletRemove Tempo
2021-05-19 VizvezdenecSimplify usage of LMR for captures
2021-05-19 VizvezdenecDo more continuation history based pruning
2021-05-18 Tomasz SobczykNew NNUE architecture and net
2021-05-17 Stéphane NicoletSmall clean-ups
2021-05-15 VizvezdenecSimplification for countermoves based pruning
2021-05-15 bmc4Simplify LMR rules for statScore
2021-05-15 bmc4Remove early return in Probcut code
2021-05-12 bmc4Simplify LMR rule for non-checking captures
2021-05-11 bmc4Remove coordination between searching threads
2021-05-11 bmc4Simplify LMR
2021-05-07 VizvezdenecCleanup of likelyFailLow logic
2021-05-02 Unai CorzoSimplify check extension
2021-04-25 lonfom169More extensions if SE search is very low.
2021-04-25 Stefan GeschwentnerThread based reduction tweak.
2021-04-24 Tomasz SobczykUnify naming convention of the NNUE code
2021-04-15 VizvezdenecSimplification: last capture extension
2021-04-06 VizvezdenecReplace distanceFromPv with a better logic
2021-03-24 Stéphane NicoletSmall cleanups (march 2021)
2021-03-17 VizvezdenecRemove advanced_pawn_push()
2021-03-10 TopologistChange advanced pawn push threshold
2021-03-07 Dieter DobbelaereAdd Stockfish namespace.
2021-02-26 Stéphane NicoletIntroduce DistanceFromPV
2021-02-20 VizvezdenecIntroduce ProbCut for check evasions
2021-02-20 VizvezdenecTune search parameters (with Unai Corzo)
2021-02-16 LolligerhansSmall trivial clean-ups, February 2021
2021-02-11 VizvezdenecPV-Nodes likely to fail low
2021-02-08 bmc4Search Parameters Tuning
2021-01-11 FauziAkramBad Outpost Pawn Scale
2021-01-11 VizvezdenecRefine stat based reductions
2021-01-11 Dieter DobbelaereUse correct chess terms + fix spelling.
2021-01-11 VizvezdenecSmall code cleanup in LMR
2021-01-08 Joost VandeVondeleUpdate copyright years
2021-01-08 VizvezdenecReorder conditions in LMR and pruning
2020-12-31 Unai CorzoRemove razoring
2020-12-31 Unai CorzoSimplify away late irreversible move extension
2020-12-31 Unai CorzoAssorted parameter tweak
2020-12-31 Stefan GeschwentnerTweak capture LMR.
2020-12-25 VizvezdenecDo more LMR for captures
2020-12-18 pb00067Simplify condition for assigning static-eval based...
2020-12-14 VizvezdenecIncrease reduction in case of stable best move
2020-12-14 pb00067Merge static history into main history,
2020-12-05 VizvezdenecAdd comments to uncommented parts of code
2020-12-05 VizvezdenecIntroduce static history
2020-11-29 Unai CorzoReductions simplification
2020-11-29 Unai CorzoSearch simplification
2020-11-29 lonfom169Remove bonus for killers.
2020-11-25 Unai CorzoAssorted search and eval parameter tune
next