]> git.sesse.net Git - stockfish/history - src/search.cpp
Clear TableBase mappings in Search::clear()
[stockfish] / src / search.cpp
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
2018-08-28 VizvezdenecTweak stat bonus formula
2018-08-28 VoyagerOneDon't modify Eval with search stats at ttHits
2018-08-20 Stefan GeschwentnerStore only unchanged static evaluations in TT
2018-08-17 Stéphane NicoletUse an affine formula to mix stats and eval
2018-08-17 VoyagerOneMix search stats with evaluation
2018-08-12 GuardianRMNon-linear bonus for pawn count
2018-08-12 Stefano CardanobileCombo of several promising parameter tweaks
2018-08-12 Jerry Donald WatsonSimple razoring: depth 1 only, no distinction between...
2018-08-09 Stefan GeschwentnerLMR simplification
2018-08-08 FauziAkramKing Psqt Tuning
2018-08-08 Stefano CardanobileIntroduce voting system for best move selection
2018-08-01 Marco CostalbaImprove Stats definition
2018-07-31 Marco CostalbaSmall tweaks to recent code changes
2018-07-27 VoyagerOneSimplify cmh pruning
2018-07-25 Stefan GeschwentnerTweak stat bonus
2018-07-25 VoyagerOneCounterMove History Pruning Tweak
2018-07-25 Stefan GeschwentnerRevert "Tweak reductions formula: 0.88 * depth + 0.12"
2018-07-23 Stefan GeschwentnerTweak reductions formula: 0.88 * depth + 0.12
2018-07-22 Stefan GeschwentnerNon functional LMR rewrite.
2018-07-19 Stefan GeschwentnerBetter check evasion move sorting
2018-07-18 DU-jdtoMinor code style tweaks
2018-07-07 Joost VandeVondeleRemove offset in thread redistribution scheme.
2018-07-03 VoyagerOneCapture Stat Tweak
2018-07-03 Joost VandeVondeleSimplify saving a TT entry.
2018-06-20 mstemberaFix MSVC error
2018-06-13 DU-jdtoRemove lmrDepth restriction on quiet see pruning
2018-06-13 Joost VandeVondeleRemove depth condition for pruning captures.
2018-06-11 candirufishSimplify capture pruning margin formula
2018-06-11 Joost VandeVondeleRemove failedLow from the mainThread struct
2018-06-06 candirufishQuiet move soft fail high bonus
2018-06-06 VoyagerOneSimplify capture bonus
2018-06-05 Stéphane NicoletCall cycle detection before qsearch()
2018-06-05 Guenther DemetzRemove a superfluous subtrahend
2018-06-05 VoyagerOneSimplify LMR for captures
2018-06-03 Stéphane NicoletFix overload ambiguity
2018-06-02 pb00068Extra bonus for capture creating a huge fail high
2018-06-02 Stéphane NicoletFix comments, rename variables
2018-05-30 Joost VandeVondeleSimplify depth reduction in IID.
2018-05-24 VoyagerOneLMR Capture Tweak
2018-05-24 Joost VandeVondeleCorrectly prevent recursive verification in nmp.
2018-05-22 Joost VandeVondeleSimplify color usage in search.
2018-05-22 VoyagerOneSimply reset StatScore to zero at beta cutoff
2018-05-16 Tom TruscottUse cycle detection to bound search value
2018-05-14 VoyagerOneUpdate search.cpp
2018-05-10 Stefan GeschwentnerTune null move pruning
2018-05-08 Joost VandeVondeleRemove goto, limit skipping to NMP
2018-05-08 Stefan GeschwentnerTweak null move pruning conditions
2018-05-08 Joost VandeVondeleRemove skipEarlyPruning argument to search()
2018-04-29 Joost VandeVondeleSimplifiy IID condition
2018-04-29 Stéphane NicoletUpdate various comments
2018-04-23 ceeboAlternative formula for dynamic contempt
2018-04-23 Joost VandeVondeleRemove template W param
2018-04-23 Stéphane NicoletAllow UCI parameters to be double
2018-04-18 Joost VandeVondeleDocument Elo impact of the LMR part of search
2018-04-18 syzygy1Tablebases root ranking
2018-04-18 syzygy1Analysis Contempt combo box
2018-04-07 VoyagerOneReset negative statScore on fail high
2018-04-02 Joost VandeVondeleSimplify Singular Extension condition
2018-04-01 Joost VandeVondeleDocument Elo impact of various parts of search
2018-03-31 Joost VandeVondeleRefine SEE threshold for capture pruning.
2018-03-30 Ondrej MosnáčekUse per-thread dynamic contempt
2018-03-27 Jerry Donald WatsonChange reduction/improving interaction
2018-03-27 Ondrej MosnáčekFix dynamic contempt for MultiPV
2018-03-27 Stéphane NicoletSwitch time management to 64 bits
2018-03-24 Chess13234IID margin reduced to 128
2018-03-21 DU-jdtoFix a few minor code style inconsistencies
2018-03-18 Joost VandeVondeleSimplify razoring logic
2018-03-18 Ronald de ManMark all compile-time constants as constexpr.
2018-03-15 Stéphane NicoletRenaming some variables in code
2018-03-15 Joost VandeVondeleMake using quiescence search implicit
2018-03-14 Stéphane NicoletCheck the clock every 1024 nodes
2018-03-13 Jerry Donald WatsonSimplify condition for ProbCut move count pruning
2018-03-13 Jerry Donald WatsonTweak probcut margin with 'improving' flag
2018-03-13 VoyagerOneUse quiescence search for Probcut
2018-03-13 Joost VandeVondeleqsearch(): remove inCheck as a template parameter
2018-03-10 Joost VandeVondeleAssign improving only once
2018-03-07 IIvecSimplification: use Arctan for the optimism S-curve
2018-03-07 Jerry Donald WatsonUse evaluation trend to adjust futility margin
2018-03-06 Stéphane NicoletFix a warning in GCC for Windows
2018-03-06 joergosterCode style in Razoring and ProbCut
2018-03-04 Stefano CardanobileUsing a S-curve for the optimism measure
2018-03-03 VoyagerOneDo move-count pruning in probcut
2018-03-03 Marco CostalbaMerge Stats tables
next