]> git.sesse.net Git - stockfish/history - src/search.h
Update default net to nn-2eb2e0707c2b.nnue
[stockfish] / src / search.h
2020-09-21 Stéphane NicoletSmall cleanups 12
2020-09-04 VizvezdenecAdjust penalty on refuted early quiet moves
2020-08-30 MJZ1977Add / remove leaves from search tree ttPv
2020-08-06 nodchipAdd NNUE evaluation
2020-06-27 Niklas FiekasSimplify use_time_management() and allow composing
2020-04-22 pb00067continuation histories when in check
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-08-26 Stefan GeschwentnerTweak Late Move Reduction at root
2019-06-09 Marco CostalbaAssorted trivial cleanups 5/2019
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-07-19 Stefan GeschwentnerBetter check evasion move sorting
2018-06-02 Stéphane NicoletFix comments, rename variables
2018-04-18 syzygy1Tablebases root ranking
2018-04-01 mstemberaSome small changes
2018-03-27 Stéphane NicoletSwitch time management to 64 bits
2018-03-18 Ronald de ManMark all compile-time constants as constexpr.
2018-01-01 Joost VandeVondeleNew Year 2018
2017-09-01 Joost VandeVondeleFix uninitialized memory usage
2017-08-18 Marco CostalbaRestore perft
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-06 Joost VandeVondeleRemove Stack/thread dependence in movepick
2017-07-13 joergosterProvide selective search depth info for each pv move
2017-07-13 Joost VandeVondeleMove stop signal to Threads
2017-05-26 Marco CostalbaHistory code rewrite (#1122)
2017-05-08 Marco CostalbaMove Pieces[] out of global visibility
2017-05-04 joergosterFix multiPV issue #502
2017-04-23 Joost VandeVondeleUse int instead of Value for history related stats.
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-12-11 Joost VandeVondeleClean-up skipEarlyPruning (#921)
2016-10-25 VoyagerOneHistory Stat Comparison
2016-09-17 Marco CostalbaFix indentation in struct FromToStats
2016-06-15 ajithcjDon't insert pv back into tt
2016-04-17 loco-locoAdd a second level of follow-up moves
2016-04-17 Marco CostalbaStateInfo is usually allocated on the stack by search()
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-12-22 DU-jdtoRemove another unnecessary Search::Stack field
2015-12-20 loco-locoRemove unused field SearchStack::ttMove
2015-12-14 Leonid PechenikSimplify time management and fix 'ponder on' bug
2015-11-21 mstemberaClean up RootMove less operator
2015-11-03 Marco CostalbaGet rid of timer thread
2015-10-31 Marco CostalbaAssorted trivia in search.cpp
2015-10-29 Stéphane NicoletSome code and comment cleanup
2015-10-25 lucasartUse atomics instead of volatile
2015-10-20 mbootsectorLazy SMP
2015-07-29 VoyagerOnePV refutation penalty
2015-05-07 lucasartRestore deterministic search state
2015-04-03 Marco CostalbaAdd support for playing in 'nodes as time' mode
2015-04-03 Marco CostalbaIntroduce elapsed_time()
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaSync with master
2015-03-07 Joona KiiskiRevert C++11 merge
2015-02-28 Marco CostalbaSync with master
2015-02-26 Marco CostalbaSync with master
2015-02-24 Marco CostalbaDon't assume the type of Time::point
2015-02-23 Marco CostalbaSync with master
2015-02-22 Marco CostalbaSync with master
2015-02-20 Marco CostalbaSync with master
2015-02-14 Marco CostalbaSync with master
2015-02-08 Marco CostalbaSync with master
2015-02-07 Marco CostalbaSync with master
2015-01-31 Marco CostalbaAnother small tweak to skills
2015-01-31 Marco CostalbaSync with master
2015-01-31 Marco CostalbaUse C++ loops in insert_pv_in_tt
2015-01-30 Marco CostalbaSync with master
2015-01-24 Marco CostalbaTry hard to retrieve a ponder move
2015-01-18 Marco CostalbaImport C++11 branch
2015-01-11 Marco CostalbaAssorted headers cleanup
2015-01-10 Marco CostalbaUpdate copyright year
2014-12-10 Marco CostalbaClarify when forcing the moves loop
2014-12-07 hximRename some variables for more clarity.
2014-12-06 Marco CostalbaExplicitly pass RootMoves to TB probes
2014-11-21 Marco CostalbaFurther tweak accurate pv
2014-11-18 Marco CostalbaCodying style in accurate PV
2014-11-12 Gary Linscott100% accurate PV display
2014-11-05 mstemberaRemoving some superfluous extern declarations
2014-11-05 Marco CostalbaAssume UCI 'nodes' is int64_t instead of int
2014-08-09 Marco CostalbaRework perft implementation
2014-06-06 Marco CostalbaAvoid to use nullChild
2014-06-06 Marco CostalbaTemporary revert previous patch
2014-06-06 Marco CostalbaAvoid to use nullChild
2014-06-03 Lucas BraeschSymmetric King Safety: take 2
2014-05-26 Marco CostalbaRevert "Symmetric king safety"
2014-05-19 Lucas BraeschSymmetric king safety
2014-03-16 Marco CostalbaFix a crash under MSVC
2014-02-20 Leonid PechenikDistribute part of first move time to other moves
2014-02-09 Marco CostalbaAssorted tweaks from DON
2014-01-14 Stefan GeschwentnerIntroduce 'follow up' moves
2014-01-08 Uri BlassStop earlier if iteration is taking too long
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-06 Arjun TemurnikarEven more spelling fixes
2013-12-02 Richard LloydBig assorted spelling fixes
2013-11-09 Lucas BraeschFutility pruning simplification
2013-11-07 Marco CostalbaRevert "Retire eval margin and gains"
2013-11-07 Lucas BraeschRetire eval margin and gains
2013-07-24 homoSapiensSapiensUse #ifndef instead of #if !defined
2013-07-13 Marco CostalbaFully qualify memset and memcpy
2013-05-03 Marco CostalbaMerge mobility area tweak
next