]> git.sesse.net Git - stockfish/history - src/movepick.h
Fix a race on Limits::ponder
[stockfish] / src / movepick.h
2017-08-06 Joost VandeVondeleRemove Stack/thread dependence in movepick
2017-06-06 Joost VandeVondeleuse auto& for histories
2017-05-26 Marco CostalbaHistory code rewrite (#1122)
2017-05-10 Joost VandeVondeleRemove int to int conversion, unused include.
2017-04-29 Joost VandeVondeleCopy killers in the movepicker
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-03-26 Joost VandeVondeleIntroduce assert for stats update
2017-03-18 VoyagerOneSkip quiet moves based on moveCount pruning threshold...
2017-03-17 Joost VandeVondeleHistory stat bonus: Move condition to bonus calculation
2017-01-12 loco-locoRemoving CM parameter from the Stats struct. (#970)
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2017-01-10 lucasartRename FromTo -> History (#963)
2017-01-09 lucasartRemove HistoryStats
2017-01-07 Marco CostalbaDrop Stats c'tors
2017-01-06 Joost VandeVondeleZero init fromToStats in constructor. (#953)
2017-01-05 Marco CostalbaCorrect zero-init of Thread data members
2016-09-17 Marco CostalbaFix indentation in struct FromToStats
2016-09-14 Marco CostalbaRetire MovePicker::see_sign()
2016-09-13 syzygyIntegrate next_stage() logic into next_move()
2016-09-09 Marco CostalbaUse Movepick SEE value in search
2016-08-02 VoyagerOneUse Color-From-To history stats to help sort moves
2016-05-10 loco-locoMerge good and bad quiets
2016-04-17 loco-locoAdd a second level of follow-up moves
2016-03-15 VoyagerOneA small simplification in movepick.h
2016-03-15 Marco CostalbaAssorted cleanup of latest commits
2016-03-10 Stefan GeschwentnerAdd followup moves history for move ordering
2016-02-21 VoyagerOneHistory Stat Formula Simplification
2016-01-16 Lyudmil AntonovAssorted English grammar changes
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-10-24 Marco CostalbaCleanup history stats
2015-10-20 mbootsectorLazy SMP
2015-10-12 VoyagerOneCombination of two ideas:
2015-10-05 Marco CostalbaRun PVS-STUDIO analyzer
2015-08-29 Joona KiiskiHistory gravity
2015-07-19 Marco CostalbaTidy up in movepick.cpp
2015-07-09 Marco CostalbaRemove useless razoring condition
2015-05-18 Stefan GeschwentnerRemove Gain Stats
2015-05-07 lucasartRestore deterministic search state
2015-05-06 lucasartNever clear stats
2015-04-02 mstemberaSimplification to use only one counter move.
2015-03-28 mbootsectorRetire follow-up move heuristic
2015-03-12 Stefan GeschwentnerIntroduce Counter Move History tables
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-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 CostalbaUse C++11 loops in MovePicker
2015-01-31 Marco CostalbaSync with master
2015-01-30 Marco CostalbaSync with master
2015-01-21 Marco CostalbaExplicitly defaulted and deleted members
2015-01-10 Marco CostalbaUpdate copyright year
2014-11-16 lucasartHalf History Max
2014-04-06 Marco CostalbaSync some common names
2014-02-16 Marco CostalbaUpdate SEE to return a Value
2014-02-14 Marco CostalbaAdditional renaming from DON
2014-01-14 Stefan GeschwentnerIntroduce 'follow up' moves
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-02 Richard LloydBig assorted spelling fixes
2013-11-17 Marco CostalbaRevert previous patch
2013-11-17 Marco CostalbaFix an assert in SMP case
2013-11-17 Marco CostalbaRetire quietsSearched[]
2013-11-11 Joona KiiskiReintroduce gains
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-09-28 Marco CostalbaRevert "Use a per-thread array"
2013-09-27 Marco CostalbaUse a per-thread array for generated moves
2013-07-24 homoSapiensSapiensUse #ifndef instead of #if !defined
2013-07-24 Marco CostalbaSimplify captures ordering
2013-07-21 Marco CostalbaSome renaming in MovePicker
2013-07-19 Marco CostalbaRename MoveStack to ExtMove
2013-07-13 Marco CostalbaFully qualify memset and memcpy
2013-05-19 Marco CostalbaDelay killers[] initialization
2013-05-19 Marco CostalbaReduce countermoves less in LMR
2013-05-16 Joona KiiskiUse two counter moves instead of one
2013-05-15 Marco CostalbaRename Refutation to Countermove
2013-05-13 Marco CostalbaReformat previous patch
2013-05-12 Joona KiiskiSimple always overwrite Refutation table
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2013-02-11 Gary LinscottMerge branch 'master' into simplify_eval
2013-02-11 Gary LinscottBishop pins only
2013-02-03 Marco CostalbaTempletize score_xxx() functions
2013-02-02 Marco CostalbaUnify History and Gains under a single Stats class
2013-02-02 Marco CostalbaRetire history.h
2012-09-09 Marco CostalbaRename *last to *end
2012-08-18 Marco CostalbaRetire MovePickerExt struct
2012-01-24 Marco CostalbaOrder bad captures by MVV/LVA
2012-01-22 Marco CostalbaShrink sequencer table
2012-01-21 Marco CostalbaRename NON_CAPTURE to QUIET
next