]> git.sesse.net Git - stockfish/history - src/movepick.h
Fix compilation after recent merge.
[stockfish] / src / movepick.h
2023-12-25 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-12-19 FauziAkramUse std::abs over abs
2023-12-02 cj5716Remove recaptures stage in qsearch
2023-12-02 Stefan GeschwentnerSimplify history update.
2023-11-20 FauziAkramReformat some comments
2023-11-07 Taras VukRemove pawn history from ProbCut constructor
2023-11-05 Shahin M. ShahinEnhance some comments
2023-10-30 cj5716Small cleanups
2023-10-27 Michael ChalyIntroduce pawn structure based history
2023-10-22 Disservinadd clang-format
2023-10-21 mstemberaScale down stat bonus
2023-10-21 FauziAkramStandardize Comments
2023-09-29 Sebastian BuchwaldUse C++17 variable templates for type traits
2023-09-03 DisservinCleanup includes
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-02-27 Sebastian BuchwaldUnify type alias declarations
2023-01-02 Sebastian BuchwaldUpdate copyright years
2022-12-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-12-02 VoyagerOneSimply do full sort on captures.
2022-10-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-10-03 disservinUse less reduction for escaping moves
2022-08-06 Stefan GeschwentnerTweak history updates
2022-06-02 Michael ChalyAdd info about elo gained from some heuristics
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-12-02 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-10-24 Joost VandeVondeleAdjust ButterflyHistory decay parameter
2021-10-07 xoto10Small clean-up, Sept 2021
2021-03-14 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-03-07 Dieter DobbelaereAdd Stockfish namespace.
2021-01-30 LolligerhansSmall cleanups
2021-01-11 Dieter DobbelaereUse correct chess terms + fix spelling.
2021-01-08 Joost VandeVondeleUpdate copyright years
2020-12-31 Unai CorzoAssorted parameter tweak
2020-12-14 pb00067Merge static history into main history,
2020-12-05 VizvezdenecIntroduce static history
2020-09-11 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-08-23 VizvezdenecIntroduce movecount pruning for qsearch()
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-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-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-01-01 Marco CostalbaAssorted trivial cleanups (#1894)
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-08-01 Marco CostalbaImprove Stats definition
2018-07-25 Stefan GeschwentnerTweak stat bonus
2018-07-19 Stefan GeschwentnerBetter check evasion move sorting
2018-05-08 Alain SAVARDDrop the lever condition for backwards
2018-04-29 Stéphane NicoletUpdate various comments
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 Marco CostalbaMerge Stats tables
2018-01-01 Joost VandeVondeleNew Year 2018
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-18 Marco CostalbaClarify stats range
2017-08-17 Marco CostalbaUnify stats update()
2017-08-17 lucasartUse int16_t in History values
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
next