]> git.sesse.net Git - stockfish/history - src/search.cpp
Remove razoring
[stockfish] / src / search.cpp
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
2020-11-23 Stéphane NicoletSmall cleanups 13
2020-11-12 SFisGODIncrease reduction at root
2020-11-10 lonfom169Increase reduction based on the number of best move...
2020-11-08 Stéphane NicoletQsearch pruning: follow-up
2020-11-07 Joost VandeVondeleChange handling the special case of a single legal...
2020-11-04 Tomasz SobczykManually align arrays on the stack
2020-11-02 J. OsterFix incorrect pruning in qsearch
2020-10-22 xoto10Reduce big time spikes by reducing PV re-searches.
2020-10-18 VizvezdenecDo more reductions for late quiet moves in case of...
2020-10-05 Unai CorzoSimplify away futility pruning for captures
2020-09-28 Stefan GeschwentnerTweak reduction formula.
2020-09-28 VizvezdenecAdjust null move pruning constants
2020-09-22 Stéphane NicoletIncrease reductions with the number of threads
2020-09-21 Stéphane NicoletSmall cleanups 12
2020-09-21 Unai CorzoSimplify reduced depth search
2020-09-17 Unai CorzoSimplify futility pruning for captures
2020-09-17 Unai CorzoRemove castling extension
2020-09-16 xoto10Use 2 * bestMoveChanges.
2020-09-15 mckx00Simplify StatSCore Initialization
2020-09-04 VizvezdenecAdjust penalty on refuted early quiet moves
2020-09-04 VoyagerOneLMR Simplification
2020-09-04 Unai CorzoSimplify singularQuietLMR
2020-09-04 Unai CorzoLess pruning in qsearch
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
next