]> git.sesse.net Git - stockfish/history - src/movepick.h
search(): Move nullValue variable into local scope
[stockfish] / src / movepick.h
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
2012-01-21 Marco CostalbaReshuffle stuff in MovePicker
2012-01-21 Marco CostalbaUse an enum instead of a table as MovePicker sequencer
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-25 Marco CostalbaRename getters functions removing 'get_' prefix
2011-12-04 Marco CostalbaMove SearchStack under Search namespace
2011-12-04 Marco CostalbaRetire move.h
2011-06-26 Marco CostalbaRetire seeValues[] and move PieceValue[] out of Position
2011-06-15 Marco CostalbaTry only recaptures in qsearch if depth is very low
2011-06-09 Marco CostalbaRevert refinedValue in ProbCut
2011-06-08 Marco CostalbaUse refinedValue in ProbCut condition
2011-06-04 Marco CostalbaDo not sort negative non captures at low depth
next