]> git.sesse.net Git - stockfish/history - src/search.cpp
Only use MADV_RANDOM if defined
[stockfish] / src / search.cpp
2020-09-01 VoyagerOneLMR Root Node Simplification
2020-09-01 Joost VandeVondeleAlways print an info line before a bestmove
2020-09-01 mstemberaUse stable sort to make sure bench with TB yields same...
2020-08-30 FauziAkramUpdate parametes in classical evaluation.
2020-08-30 VoyagerOneQS Pruning Simplification
2020-08-30 MJZ1977Add / remove leaves from search tree ttPv
2020-08-30 Unai CorzoReintroduce depth reduction
2020-08-26 VoyagerOneSimplify MCP in QS
2020-08-26 VoyagerOneRemove Reduce Depth
2020-08-24 VizvezdenecIntroduce countermove based pruning for qsearch
2020-08-23 VizvezdenecIntroduce movecount pruning for qsearch()
2020-08-22 Joost VandeVondeleSmall trivial cleanups
2020-08-21 Unai CorzoSimplify away internal iterative deepening
2020-08-20 SFisGODReintroduce last captures extension
2020-08-18 Unai CorzoRemove last captures extension
2020-08-18 VoyagerOneRemove history bonus from Eval
2020-08-17 Unai CorzoSimplify away the passed pawn extension
2020-08-11 SFisGODTweak castling extension
2020-08-11 VizvezdenecAdd comments to probCut code
2020-08-10 Unai CorzoAssorted search parameter tune
2020-08-10 SFisGODModify castling extension
2020-08-08 Unai CorzoLMR search tweak
2020-08-08 Unai CorzoSingular extension search tweak
2020-08-08 VizvezdenecDo more aggressive futility pruning for captures
2020-08-08 Moez Jellouliupdate Null Move Pruning parameters
2020-08-08 mckx00Remove unnecessay legality check
2020-08-08 U-DESKTOP-3900\Marksimplified and increased threshold to switch between...
2020-08-08 VizvezdenecDo more futility pruning for parent nodes.
2020-08-08 SFisGODReintroduce late irreversible move extension
2020-08-08 Unai CorzoTweak futility pruning depth.
2020-08-07 Stefan GeschwentnerDo move legality check before pruning.
2020-08-06 nodchipAdd NNUE evaluation
2020-07-31 Stefan GeschwentnerTweak cutnode reduction
2020-07-31 UnaiCorzoRemove late irreversible move extension
2020-07-17 VizvezdenecDo not overwrite valuable TT data after probcut.
2020-07-11 VizvezdenecMaximize usage of transposition table in probcut
2020-07-09 Joost VandeVondeleSmall cleanups
2020-07-09 mstemberaSimplify make_promotions()
2020-07-01 Joost VandeVondeleProvide WDL statistics
2020-06-28 mstemberaFix fragile code to use proper random 64 bit keys.
2020-06-24 Joost VandeVondeleSmall cleanups
2020-06-24 VizvezdenecDo less futility pruning for captures.
2020-06-21 Joost VandeVondelesmall cleanups
2020-06-17 VizvezdenecMore reduction for evading pawn moves.
2020-06-17 mstemberaUse 128 bit multiply for TT index
2020-06-15 xoto10Retuned values after eval quantize patch.
2020-06-13 xoto10Tuned values for search constants
2020-06-13 VizvezdenecAdjust history threshold for quiet moves futility pruning
2020-06-09 protonspringRefactor some threads related code.
2020-06-06 pb00067Use lowply-history also on low depths
2020-06-06 Moez JellouliMinimal thinking time, even if only one rootMove.
2020-06-04 Moez JellouliSingular quiet LMR
2020-05-30 Joost VandeVondeleLess pruning in draw PV lines.
2020-05-23 Joost VandeVondelesmall cleanups
2020-05-23 xoto10Keep low ply history from previous move
2020-04-29 Joost VandeVondeleSmall cleanups
2020-04-29 VizvezdenecIntroduce futility pruning for captures
2020-04-22 pb00067continuation histories when in check
2020-04-18 VizvezdenecApply multicut pruning more often
2020-04-16 Joost VandeVondeleRemove one condition in probcut TTmove skipping
2020-04-15 VizvezdenecDon't attempt probcut if ttMove is not good enough.
2020-04-13 silversolver1Removes evasionPrunable
2020-04-12 Joost VandeVondeleExtend irreversible moves
2020-04-12 Joost VandeVondeleSmall cleanups
2020-04-07 VizvezdenecIntroduce capture history pruning
2020-04-05 VizvezdenecFurther increase reductions with increasing number...
2020-04-02 VizvezdenecIncrease reduction for captures.
2020-04-02 mstemberaNo voting for TB loss / mate.
2020-03-30 Joost VandeVondeleSmall cleanups
2020-03-30 Praveen tummalaMovecount pruning reduction logic
2020-03-29 xoto10Remove previousScore adjustment of delta.
2020-03-26 Lyudmil AntonovTuned history reduction
2020-03-20 VizvezdenecAdjust singular extension search depth
2020-03-17 VizvezdenecAdjust singular LMR for positions seen in PV
2020-03-14 Joost VandeVondeleSmall cleanups
2020-03-14 pb00067Simplify futility pruning parent node
2020-03-09 silversolver1Remove set statScore to zero
2020-03-07 Gary HeckmanFix ambiguity between clamp implementations
2020-03-01 Joost VandeVondeleSmall cleanups
2020-03-01 Guenther DemetzSimplify lowply-history logic
2020-02-25 AndyGrantFix TT write in MultiPV case.
2020-02-22 Günther DemetzImprove move order near the root
2020-02-15 protonspringSimplify Futility Move Count
2020-02-15 Joost VandeVondeleFix for incorrect VALUE_MATE_IN_MAX_PLY usage.
2020-02-10 VizvezdenecModify singular beta for ttPv positions.
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
next