]> git.sesse.net Git - stockfish/history - src/movepick.cpp
Fix compilation after recent merge.
[stockfish] / src / movepick.cpp
2023-12-25 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-12-02 cj5716Remove recaptures stage in qsearch
2023-11-07 Stefan GeschwentnerDouble weight of pawn history for quiet move ordering.
2023-11-07 Taras VukRemove pawn history from ProbCut constructor
2023-10-27 Michael ChalyIntroduce pawn structure based history
2023-10-24 Joost VandeVondeleCleanup comments and some code reorg.
2023-10-23 Disservinremove blank line between function and it's description
2023-10-22 Disservinadd clang-format
2023-10-21 FauziAkramStandardize Comments
2023-10-14 Michael ChalyUse more continuation histories.
2023-09-29 FauziAkramImprove grammar of comments
2023-09-03 DisservinCleanup includes
2023-08-13 Shahin M. ShahinSimplify pieceValue to one phase.
2023-07-28 rn5f107s2Malus during move ordering for putting pieces en prise
2023-04-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-04-05 Miguel LahozRemove unneeded bitboard from MP
2023-03-29 Miguel LahozClean up repetitive declarations for see_ge
2023-03-25 pb00067Verified SEE pruning for capturing and checking moves.
2023-03-05 Michael ChalyFix duplicated moves generation in movepicker
2023-01-22 Jonathanapply if constexpr to additional instances
2023-01-02 Sebastian BuchwaldUpdate copyright years
2022-12-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-12-12 VoyagerOneSimplify Capture Scoring
2022-12-02 VoyagerOneSimply do full sort on captures.
2022-10-23 Michael ChalyUse TT moves more often in qsearch
2022-10-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-10-03 disservinUse less reduction for escaping moves
2022-09-27 mstemberaSimplify EVASIONS scoring
2022-09-17 mstemberaPrioritize checks in movepicker
2022-09-17 Joost VandeVondeleExplicitly annotate a few variables
2022-08-06 Stefan GeschwentnerTweak history updates
2022-04-01 mstemberaMinor cleanups
2022-03-28 Michael ChalyIn movepicker increase priority for moves that evade...
2022-03-13 mstemberaSmall cleanups (2)
2022-03-12 Giacomo LorenzettiSmall cleanups
2022-03-01 Giacomo LorenzettiSort captures
2022-01-15 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-01-06 Brad KnoxUpdate copyright years
2021-12-29 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-12-17 pb00067Remove lowPly history
2021-09-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-07-23 pb00067Simplify lowply-history scoring logic
2021-03-14 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-03-07 Dieter DobbelaereAdd Stockfish namespace.
2021-02-16 LolligerhansSmall trivial clean-ups, February 2021
2021-01-31 bmc4Tune ordering of moves at internal nodes
2021-01-11 Dieter DobbelaereUse correct chess terms + fix spelling.
2021-01-08 Joost VandeVondeleUpdate copyright years
2020-12-14 pb00067Merge static history into main history,
2020-12-05 VizvezdenecIntroduce static history
2020-12-01 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-10-28 syzygy1Do not skip non-recapture ttMove when in check
2020-09-11 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-08-22 Joost VandeVondeleSmall trivial cleanups
2020-08-08 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-08-06 nodchipAdd NNUE evaluation
2020-08-03 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-06-21 Joost VandeVondelesmall cleanups
2020-06-06 pb00067Use lowply-history also on low depths
2020-05-21 Stéphane NicoletA combo of parameters tweaks
2020-04-12 protonspringAlways remember the ttMove
2020-03-30 Joost VandeVondeleSmall cleanups
2020-02-22 Günther DemetzImprove move order near the root
2020-01-18 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-10-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-10-06 VoyagerOneIntroduce separate counter-move tables for captures
2019-10-05 Brian SheppardEliminate ONE_PLY
2019-08-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-07-11 VoyagerOneTweak capture scoring formula
2019-06-27 protonspringBonus for double attacks on unsupported pawns
2019-06-20 VoyagerOneQuietPick Speed-up
2019-04-18 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-04-17 protonspringRemove Movepick::move (#2085)
2019-04-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2019-03-05 VizvezdenecAdd continuation history 5
2019-02-08 Marco CostalbaAssorted trivial cleanups 1/2019
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
next