]> git.sesse.net Git - stockfish/history - src/search.h
Fix compilation after recent merge.
[stockfish] / src / search.h
2023-12-25 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-10-23 Disservinremove blank line between function and it's description
2023-10-22 Disservinadd clang-format
2023-10-21 FauziAkramStandardize Comments
2023-09-03 DisservinCleanup includes
2023-04-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-02-27 Sebastian BuchwaldUnify type alias declarations
2023-01-02 Sebastian BuchwaldUpdate copyright years
2022-12-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-12-08 Guenther DemetzCorrectly output lowerbound/upperbound scores
2022-11-23 Guenther DemetzCorrectly output lowerbound/upperbound in threaded...
2022-10-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-10-08 Stefan GeschwentnerTweak history initialization
2022-05-29 Giacomo LorenzettiAssorted small cleanups
2022-05-03 candirufishUse fail high count for LMR
2022-01-15 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-01-06 Brad KnoxUpdate copyright years
2021-12-02 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-11-05 Stefan GeschwentnerTweak initial aspiration window.
2021-09-23 Stéphane NicoletDetect search explosions
2021-07-16 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-06-11 Joost VandeVondeleLimit double extensions
2021-04-06 VizvezdenecReplace distanceFromPv with a better logic
2021-03-14 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-03-07 Dieter DobbelaereAdd Stockfish namespace.
2021-02-26 Stéphane NicoletIntroduce DistanceFromPV
2021-01-08 Joost VandeVondeleUpdate copyright years
2020-12-01 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-09-21 Stéphane NicoletSmall cleanups 12
2020-09-11 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-09-04 VizvezdenecAdjust penalty on refuted early quiet moves
2020-08-30 MJZ1977Add / remove leaves from search tree ttPv
2020-08-08 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-08-06 nodchipAdd NNUE evaluation
2020-08-03 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-06-27 Niklas FiekasSimplify use_time_management() and allow composing
2020-04-22 pb00067continuation histories when in check
2020-01-18 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-10-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-08-26 Stefan GeschwentnerTweak Late Move Reduction at root
2019-08-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
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
next