]> git.sesse.net Git - stockfish/history - src/movepick.cpp
Introduce Multi-Cut
[stockfish] / src / movepick.cpp
2019-01-01 protonspringRemove "Any" predicate filter (#1914)
2018-12-06 Stéphane NicoletRevert "pseudo_legal() and MOVE_NONE"
2018-12-06 protonspringpseudo_legal() and MOVE_NONE
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-08-14 Stéphane NicoletDouble weight of capture history
2018-07-19 Stefan GeschwentnerBetter check evasion move sorting
2018-04-23 Joost VandeVondeleRemove template W param
2018-03-27 Marco CostalbaFix indentation in movepicker.cpp
2018-03-21 Joost VandeVondeleJoin refutation stages in the movepicker
2018-03-18 Joost VandeVondeleJoin common code in the stages of next_move()
2018-03-12 protonspringMovePicker: combine countermove with killers.
2018-03-03 Joost VandeVondeleNo extra stage for QS recaptures.
2018-03-03 Marco CostalbaMerge Stats tables
2018-02-25 Joost VandeVondeleCombine killer moves
2018-02-25 Joost VandeVondeleJoin all capture init stages in MovePicker
2018-02-08 protonspringObey skipQuiets strictly in MovePicker
2018-02-05 protonspring Don’t score and sort all captures in RECAPTURES...
2018-02-04 protonspringSimplify qsearch stages in MovePicker
2018-01-01 Joost VandeVondeleNew Year 2018
2017-11-18 Stefan GeschwentnerSimplify good/bad capture detection. bench 5336313
2017-11-18 Stefano CardanobileFix comments. Bench: 5109559.
2017-11-05 Günther DemetzHandle BxN trade as good capture when history score...
2017-11-03 Stefan GeschwentnerIntroduce capture history table for capture move sorting
2017-08-22 Stéphane NicoletAvoid constructing an empty tuple in qsearch
2017-08-10 Joost VandeVondeleUnify scoring functions in MovePicker
2017-08-06 Joost VandeVondeleRemove Stack/thread dependence in movepick
2017-05-26 Marco CostalbaHistory code rewrite (#1122)
2017-05-10 Marco CostalbaDefault argument for see_ge()
2017-05-08 mstemberaAvoid *begin always being included in the sorted list...
2017-04-30 Joost VandeVondelegcc 7 port
2017-04-29 Joost VandeVondeleCopy killers in the movepicker
2017-04-24 Marco CostalbaAssorted code style issues
2017-04-23 Joost VandeVondeleSort moves partially: linear depth dependence
2017-04-23 Joost VandeVondeleUse int instead of Value for history related stats.
2017-04-20 Joost VandeVondelePartial insertion sort
2017-03-18 VoyagerOneSkip quiet moves based on moveCount pruning threshold...
2017-03-15 Marco CostalbaAssorted code style fixes
2017-03-09 Joost VandeVondeleAlways have counterMoves associated
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2017-01-10 lucasartRename FromTo -> History (#963)
2017-01-09 lucasartRemove HistoryStats
2017-01-02 Joost VandeVondeleUse consistent variable names for counterMoveStats...
2016-12-22 Joost VandeVondeleSimplify threshold handling for probcut. (#936)
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)
next