]> git.sesse.net Git - stockfish/history - src/tt.cpp
Adjust penalty on refuted early quiet moves
[stockfish] / src / tt.cpp
2020-08-24 Sami KiminkiAllow TT entries with key16==0 to be fetched
2020-08-06 nodchipAdd NNUE evaluation
2020-06-24 Joost VandeVondeleSmall cleanups
2020-06-17 mstemberaUse 128 bit multiply for TT index
2020-06-09 Sami KiminkiIncrease the maximum hash size by a factor of 256
2020-05-23 Joost VandeVondelesmall cleanups
2020-05-14 Sami KiminkiFix a Windows-only crash on exit without 'quit'
2020-05-13 Sami KiminkiAdd support for Windows large pages
2020-02-05 Joost VandeVondeleSmall cleanups.
2020-01-28 joergosterSimplify hashfull calculation.
2020-01-27 Sami KiminkiAdvise the kernel to use huge pages (Linux)
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-10-05 Brian SheppardEliminate ONE_PLY
2019-06-09 Marco CostalbaAssorted trivial cleanups 5/2019
2019-05-15 Joost VandeVondeleAllow for higher depths. (#2147)
2019-02-08 Marco CostalbaAssorted trivial cleanups 1/2019
2019-01-10 mstemberaMinor cleanup to recent 'Flag critical search tree...
2019-01-09 MJZ1977Flag critical search tree in hash table
2018-12-23 mstemberaUse a bit less code to calculate hashfull() (#1830)
2018-12-16 Joost VandeVondeleStart a TT resize only after search finished.
2018-11-29 Sebastian BuchwaldUse emplace_back() in TB code
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-10-25 Peter ZsifkovitsNUMA for 9 threads or more
2018-09-27 Joost VandeVondeleRemove unneeded branch
2018-07-03 Joost VandeVondeleSimplify saving a TT entry.
2018-07-03 Joost VandeVondeleReduce scope of variables
2018-06-02 Joost VandeVondeleReallocate TT on threadpool resize.
2018-05-30 Rodrigo Exterckött... Use threads to clear the TT faster.
2018-01-01 Joost VandeVondeleNew Year 2018
2018-01-01 Joost VandeVondeleExplicitly zero TT upon resize.
2017-12-18 Joost VandeVondeleAllow for general transposition table sizes. (#1341)
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-09-25 Stéphane NicoletRename shift_bb() to shift()
2016-08-27 Marco CostalbaMake engine ONE_PLY value independent
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-09-18 mstemberaReduce writes in TT::probe().
2015-08-20 mstemberaBetter document entry age calculation used in TT replace.
2015-08-15 mstemberaTT entry value based on depth and relative age
2015-08-08 mstemberaRevert TT replacement strategy changes (#380)
2015-07-24 mstemberaTuned version of TT replacement policy
2015-07-15 mstemberaConsistent TT replace policy
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 CostalbaSync with master
2015-01-30 Jean-Francois RomangRessurrect hashfull patch
2015-01-30 Marco CostalbaSync with master
2015-01-21 Marco CostalbaExplicitly defaulted and deleted members
2015-01-17 Marco CostalbaFix some missing rename from previous patch
2015-01-17 Marco CostalbaFix a possible overflow in TT resize
2015-01-11 Marco CostalbaAssorted headers cleanup
2015-01-10 Marco CostalbaUpdate copyright year
2015-01-02 Marco CostalbaLet material probing to access per-thread table
2014-12-14 Marco CostalbaCoding style in TT code
2014-12-13 mstemberaAvoid searching TT twice for the same key/position...
2014-11-17 Marco CostalbaFix a warning on Intel C++
2014-11-09 Marco CostalbaAssorted code-style triviality
2014-11-03 mstemberaOptimize TranspositionTable::store() and TranspositionT...
2014-10-12 Marco CostalbaFix some warnings with Intel C++ compiler
2014-07-01 lucasartRaise max Hash to 1TB
2014-06-28 Ron BritvichPack 3 TT entries in 32 bytes cluster
2014-03-30 Marco CostalbaFix a warning with MSVC 2010
2014-03-29 Jean-Francois RomangFurther simplification of TT replace strategy
2014-03-24 Marco CostalbaSimplify TT replace strategy
2014-03-23 mstemberaRefresh TT entries generation automatically on probe
2014-02-09 Marco CostalbaAssorted tweaks from DON
2014-01-18 Marco CostalbaIncrease max hash size to 16GB
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-02 Richard LloydBig assorted spelling fixes
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-10-05 Lucas BraeschUse prefix operators wherever possible
2013-09-15 KojirionUse pre-increment also for native types
2013-08-14 homoSapiensSapiensSome renaming in TT store()
2013-07-13 Marco CostalbaFully qualify memset and memcpy
2013-06-29 Marco CostalbaUse calloc() in TranspositionTable::set_size()
2013-05-03 Marco CostalbaMerge mobility area tweak
2013-05-02 Marco CostalbaAnother take at TT alignment
2013-05-01 Marco CostalbaRe-add "Cache line aligned TT"
2013-04-30 Marco CostalbaRevert "Cache line aligned TT"
2013-04-26 Marco CostalbaCache line aligned TT
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
2013-02-09 Marco CostalbaFurther simplify first_entry()
2013-02-09 Marco CostalbaMicroptimize first_entry() for 32bits
2013-02-09 Marco CostalbaRetire TTCluster and simplify TT
2013-02-06 junderyRename posKey stored in the transposition table
next