]> git.sesse.net Git - stockfish/history - src/search.cpp
Remove failedLow from the mainThread struct
[stockfish] / src / search.cpp
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
2018-02-28 Tom VijlbriefReintroduce depth 2 razoring (with additional margin)
2018-02-28 Leonid PechenikTweak time management
2018-02-27 Stefan GeschwentnerStat score initialization: grandchildren
2018-02-27 Stefan GeschwentnerStat score initialization: children
2018-02-27 Marco CostalbaSpeedup and simplify pinners and blockers
2018-02-26 AndyGrantShallow search to verify probcut
2018-02-25 DU-jdtoMore robust interaction of singular search and iid
2018-02-24 DU-jdtoSimplification: do razoring only for depth 1
2018-02-23 Tom VijlbriefLower razor depth to < 3 and adjust margin
2018-02-12 Marco CostalbaCode style fixes in search.cpp
2018-02-09 Stefano CardanobileIntroduce dynamic contempt
2018-02-09 Leonid PechenikRetire "Extra thinking before accepting draw PVs"
2018-02-04 Stéphane NicoletRevert "Implement old 'multipv' search"
2018-02-04 joergosterImplement 'old' multipv search.
2018-01-28 syzygy1This modifies the in-search TB probing to continue...
2018-01-23 Tom VijlbriefMake razor margin depth independent
2018-01-23 Fabian FichterSimplify away redundant SEE pruning condition (#1363)
2018-01-13 Günther DemetzSimplify verification search (#1362)
2018-01-13 IIvecRevert to old time management (#1351)
2018-01-01 Joost VandeVondeleNew Year 2018
2017-12-26 Joost VandeVondeleUpon changing the number of threads, make sure all...
2017-12-18 Joost VandeVondeleAllow for general transposition table sizes. (#1341)
2017-12-18 Günther DemetzEnhanced verify search (#1338)
2017-12-05 Stéphane NicoletA better contempt implementation for Stockfish (#1325)
2017-12-04 Joost VandeVondelePawn endgames directly skip early pruning.
2017-12-03 Joost VandeVondeleUse bool(Bitboard b) instead of !!b (#1321)
2017-12-03 syzygyMinor cleanup of search.cpp
2017-11-10 VoyagerOneCapture Stat Simplification- Bench: 5363761
2017-11-08 Gian-Carlo PascuttoAlways do MaxCardinality checks.
2017-11-08 Joost VandeVondeleSimplify Null Move Search condition
2017-11-03 Stefan GeschwentnerIntroduce capture history table for capture move sorting
2017-11-03 Joost VandeVondeleReplace easyMove with simple scheme
2017-10-28 Joost VandeVondeleExtra thinking before accepting draw PVs.
2017-10-22 Gian-Carlo PascuttoDon't filter root moves if MultiPV mode is enabled
2017-10-11 Joost VandeVondeleFix issue #1268
2017-09-30 VoyagerOneDecrease reduction for exact PV nodes
2017-09-29 Joost VandeVondeleMeasure nodes after search finished.
2017-09-22 GuardianRMTweak statScore condition
2017-09-17 syzygyLet ss->ply denote the number of plies from the root...
2017-09-05 VoyagerOneStreamlline reduction based on movecount
2017-09-01 Joost VandeVondeleFix uninitialized memory usage
2017-08-31 VoyagerOneAdjust moveCount history only at LMR
2017-08-26 Joost VandeVondeleImprove multi-threaded mate finding
2017-08-26 Joost VandeVondeleUse moveCount history for reduction
2017-08-22 Stéphane NicoletAvoid constructing an empty tuple in qsearch
next