]> git.sesse.net Git - stockfish/history - src/movepick.cpp
FEN parsing: add a second check for correctly setting e.p. square
[stockfish] / src / movepick.cpp
2016-10-20 Joost VandevondeleSimplify next_move by always scoring evasions
2016-10-08 atumanianOptimisation of Position::see and Position::see_sign
2016-10-05 Stéphane NicoletDo not use SEE in evasion scoring
2016-09-17 Marco CostalbaFix indentation in struct FromToStats
2016-09-15 Marco CostalbaRenaming in MovePicker
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 Marco CostalbaAssorted cleanup of latest commits
2016-03-10 Stefan GeschwentnerAdd followup moves history for move ordering
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-24 Alain SAVARDSimplify threats
2015-10-20 mbootsectorLazy SMP
2015-10-12 VoyagerOneCombination of two ideas:
2015-07-19 Marco CostalbaTidy up in movepick.cpp
2015-06-25 Marco CostalbaFix compile on icc
2015-06-04 Marco CostalbaRename stages
2015-05-03 Marco CostalbaSplit PSQT init from Position init
2015-05-03 Stefano80Improve ordering of good captures using rank term
2015-04-28 Stefano80Replace MVV/LVA by MVV for good captures
2015-04-15 lucasartRetire FORCE_INLINE
2015-04-10 mstemberaNew formula for quiet move scoring: 3 * cmh + 1 * hist
2015-04-02 mstemberaSimplification to use only one counter move.
2015-03-28 mbootsectorRetire follow-up move heuristic
2015-03-16 Marco CostalbaUse acquire() and release() for spinlocks
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-15 Marco CostalbaRevert "Delayed killers checking"
2015-02-14 Marco CostalbaSync with master
2015-02-08 Marco CostalbaSync with master
2015-02-07 Marco CostalbaSync with master
2015-02-01 Marco CostalbaUse move assignment in movegen.h
2015-02-01 Marco CostalbaAllow to assign a Move to an ExtMove
2015-02-01 Marco CostalbaDelay checking for duplicated killer moves
2015-02-01 Marco CostalbaSmall tweaks in movepick.cpp
2015-01-31 Marco CostalbaMore readable score<CAPTURES>()
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 CostalbaFun with lambdas
2015-01-13 hximUse VALUE_ZERO instead of 0 when comparing with Value
2015-01-10 Marco CostalbaUpdate copyright year
2014-12-07 hximRename some variables for more clarity.
2014-11-12 lucasartUse quiet ttMove in qsearch() (7962287)
2014-11-01 Marco CostalbaMerge pull request #89 from official-stockfish/pull_no_...
2014-11-01 lucasartConsistent use of anonymous namespace
2014-04-26 Marco CostalbaFix issues detected by Coverity Scan
2014-04-25 Marco CostalbaSpeed up picking of killers
2014-04-24 Jonathan CalovskiShuffle movepicker score
2014-04-06 Marco CostalbaSync some common names
2014-03-30 Marco CostalbaFix a compile error with Intel C++
2014-03-23 Marco CostalbaRename score to value in ExtMove
2014-02-16 Marco CostalbaUpdate SEE to return a Value
2014-02-15 Marco CostalbaRestore PorbCut name
2014-02-15 Marco CostalbaRename ProbCut to Multicut
2014-02-14 Marco CostalbaAdditional renaming from DON
2014-02-08 Marco CostalbaDon't fear races when are harmless
2014-01-26 Marco CostalbaGrammar fix in MovePicker::next_move
2014-01-14 Stefan GeschwentnerIntroduce 'follow up' moves
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-06 Arjun TemurnikarEven more spelling fixes
2013-12-02 Jerry DonaldAnother round of spelling fixes
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-10-05 Lucas BraeschUse prefix operators wherever possible
2013-09-28 Marco CostalbaDrop 'is' prefix from query functions
2013-09-28 Marco CostalbaRevert "Use a per-thread array"
2013-09-27 Marco CostalbaUse a per-thread array for generated moves
2013-09-15 KojirionUse pre-increment also for native types
2013-07-24 Marco CostalbaSimplify captures ordering
2013-07-21 Marco CostalbaSome renaming in MovePicker
2013-07-19 Marco CostalbaRename MoveStack to ExtMove
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-14 Gary LinscottMinor bugfixes to refutation table
2013-05-13 Marco CostalbaReformat previous patch
2013-05-12 Joona KiiskiSimple always overwrite Refutation table
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
next