]> git.sesse.net Git - stockfish/history - src/search.cpp
Tweak probcut margin with 'improving' flag
[stockfish] / src / search.cpp
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
2017-08-19 Marco CostalbaFix some Clang warnings
2017-08-18 Marco CostalbaRestore perft
2017-08-18 Joost VandeVondeleCollect more corrections to optimum/maximum
2017-08-13 Marco CostalbaRun clang-tidy 'modernize'
2017-08-13 Marco CostalbaThread code reformat
2017-08-11 Joost VandeVondeleSimplify finished search in ponder/infinite mode.
2017-08-10 Marco CostalbaRe-apply the fix for Limits::ponder race
2017-08-10 Marco CostalbaRevert "Fix a race on Limits::ponder"
2017-08-10 Joost VandeVondeleFix a race on Limits::ponder
2017-08-10 Marco CostalbaFix some races and clarify the code
2017-08-10 AndyGrantMake variable naming consistent
2017-08-06 Joost VandeVondeleRemove Stack/thread dependence in movepick
2017-07-27 VoyagerOneRemove redundant if-statements
2017-07-24 VoyagerOneSimplify aspiration window
2017-07-13 joergosterProvide selective search depth info for each pv move
2017-07-13 Joost VandeVondeleMove stop signal to Threads
2017-07-03 Marco CostalbaDon't uselessy share rootDepth
2017-06-29 Marco CostalbaOnly main thread checks time
2017-06-21 VoyagerOneIncrease reduction if tt-move is a capture
2017-06-21 Joona KiiskiRevert "Prefetch earlier in qsearch()"
2017-06-21 Joost VandeVondeleFix four data races.
2017-06-17 Alain SAVARDMisc coding style fixes
2017-06-17 snicoletPrefetch earlier in qsearch()
2017-06-17 Marco CostalbaBetter naming in endgame code
2017-06-17 Brian SheppardMove depth calculation in probCut
2017-06-17 Joost VandeVondeleCall TT.new_search() earlier.
2017-05-26 Marco CostalbaHistory code rewrite (#1122)
2017-05-22 VoyagerOneEvasion Pruning Tweak
2017-05-18 Joost VandeVondeleFix memory access in Search::clear()
2017-05-16 Joost VandeVondeleExecute an implied ucinewgame at startup
2017-05-10 Marco CostalbaDefault argument for see_ge()
2017-05-04 joergosterFix multiPV issue #502
2017-04-29 VoyagerOneDon't do InCheck Pruning at the root of QS
2017-04-26 Joost VandeVondeleZero unused constant
2017-04-24 Marco CostalbaAssorted code style issues
2017-04-23 Joost VandeVondeleUse int instead of Value for history related stats.
2017-04-20 Joost VandeVondelesimplify logic for history based pruning
2017-04-17 VoyagerOneMove-Count Formula Tweak
2017-04-08 joergosterFix zugzwang pruning issues
2017-04-08 VoyagerOneStandardize stat penalty
2017-04-03 VoyagerOneDon't update TT at excluded move ply
2017-03-25 VoyagerOneSingular extension and check extension tweak
2017-03-18 VoyagerOneSkip quiet moves based on moveCount pruning threshold...
2017-03-17 Joost VandeVondeleHistory stat bonus: Move condition to bonus calculation
next