]> git.sesse.net Git - stockfish/history - src/search.h
Fix profile build for syzygy
[stockfish] / src / search.h
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
2013-04-28 Marco CostalbaTemporary revert "Expose EvalInfo struct to search"
2013-04-25 Marco CostalbaStore Eval::Info in Search::Stack
2013-04-25 Marco CostalbaExpose EvalInfo struct to search
2013-04-25 Marco CostalbaMerge Joona's increased static null pruning
2013-04-21 Joona KiiskiMore aggressive post-futility pruning
2013-03-04 Marco CostalbaRevert "Store moves sent with "position" UCI command"
2013-03-02 Marco CostalbaStore moves sent with "position" UCI command
2013-03-01 Marco CostalbaRename sp to splitPoint
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2013-02-15 Marco CostalbaMerge Gary's king safety tweak
2013-02-11 Gary LinscottMerge branch 'master' into simplify_eval
2013-02-11 Gary LinscottBishop pins only
2013-02-10 Marco CostalbaRename and de-templetize sort()
2012-12-30 Marco CostalbaHandle UCI command "mate in x moves"
2012-10-24 Marco CostalbaRename RootPosition and shuffle think()
2012-10-22 Marco CostalbaRetire refine_eval()
2012-10-21 Marco CostalbaUse self-describing constants instead of numbers
2012-10-21 Marco CostalbaMove RootColor from Eval to Search
2012-09-04 Marco CostalbaGet rid of struct Time
2012-08-27 Marco CostalbaCorrectly handle handover of setup states
2012-08-19 Marco CostalbaPrefer size_t over int for array sizes
2012-03-31 Marco CostalbaComplete the renaming in Search::LimitsType
2012-03-31 Marco CostalbaReset search time as early as possible
2012-03-28 Marco CostalbaMerge pull request #11 from glinscott/squash
2012-03-27 Marco CostalbaUse UCI names in Search::LimitsType
2012-02-21 Marco CostalbaRetire ss->bestMove
2012-01-14 Marco CostalbaMove struct RootMove to Search namespace
2012-01-14 Marco CostalbaUse a set to store SearchMoves
2012-01-06 Marco CostalbaTry hard not to lose on time
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-12 Marco CostalbaRetire RootMoveList
2011-12-04 Marco CostalbaMove SearchStack under Search namespace
2011-12-04 Marco CostalbaRetire move.h
2011-11-28 Marco CostalbaInclude <cstring> in search.h
2011-11-27 Marco CostalbaDetach search arguments from UI thread
2011-11-26 Marco CostalbaIntroduce Search namespace
2011-11-26 Marco CostalbaRewrite async I/O
2011-11-05 Marco CostalbaUse a timer to avoid polling
2011-07-02 Marco CostalbaRearrange structs to avoid internal padding
2011-05-28 Marco CostalbaRetire mateKiller
2011-04-25 Marco CostalbaTidy up benchmark.cpp
2011-04-24 Marco CostalbaMove pawn and material tables under Thread class
2011-04-23 Marco CostalbaIntroduce and use SearchLimits
2011-04-17 Marco CostalbaMove ply to SearchStack
2011-04-05 Marco CostalbaAssorted code style and comments in search.cpp
2011-04-01 Marco CostalbaUse a constant instead of value_mate_in(PLY_MAX)
2011-02-23 Marco CostalbaMove all enum types definitions to types.h
2011-01-07 Marco CostalbaRetire move.cpp
2011-01-05 Marco CostalbaPerft should return an int64_t not an int
2010-12-29 Marco CostalbaMove extract_pv_from_tt() and insert_pv_in_tt() under...
2010-10-31 Marco CostalbaUpdate nodes after a do_move()
2010-10-23 Marco CostalbaRe-add "Pass evalMargin through SearchStack as eval"
2010-10-18 Marco CostalbaRevert "Pass evalMargin through SearchStack as eval"
2010-10-16 Marco CostalbaPass evalMargin through SearchStack as eval
2010-10-16 Marco CostalbaUnify sp_search() and search() step 1
2010-07-23 Marco CostalbaRetire SearchStack init() and initKillers()
2010-07-23 Marco CostalbaFix errouneus reset of ss->threatMove
2010-07-19 Joona KiiskiDrop KILLER_MAX. Hardcode to 2 instead.
2010-07-15 Marco CostalbaRemove redundant argument in think()
2010-06-26 Marco CostalbaRetire pv[] from SearchStack
2010-06-26 Marco CostalbaIntroduce bestMove to store PV move
2010-06-04 Marco CostalbaOffset pv[] always from 0
2010-06-02 Marco CostalbaUse SearchStack to pass allowNullmove
2010-06-02 Marco CostalbaUse SearchStack to pass excludedMove
2010-03-20 Marco CostalbaUpdated copyright year to 2010
2010-02-13 Marco CostalbaRename stop_threads() to exit_threads()
2010-02-08 Marco CostalbaRetire EvalInfo* in SearchStack
2010-02-07 Joona KiiskiImplement init_search()
2010-01-18 Marco CostalbaAllow SearchStack to link an EvalInfo object
2010-01-11 Marco CostalbaStore node evaluation in SearchStack
next