]> git.sesse.net Git - stockfish/history - src/tt.h
Cleaned up MakeIndex()
[stockfish] / src / tt.h
2020-09-21 Sami KiminkiAdd large page support for NNUE weights and simplify...
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-14 Sami KiminkiFix a Windows-only crash on exit without 'quit'
2020-03-14 Joost VandeVondeleSmall cleanups
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-09 MJZ1977Flag critical search tree in hash table
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-07-03 Joost VandeVondeleSimplify saving a TT entry.
2018-03-18 Ronald de ManMark all compile-time constants as constexpr.
2018-01-01 Joost VandeVondeleNew Year 2018
2017-12-18 Joost VandeVondeleAllow for general transposition table sizes. (#1341)
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-08-27 Marco CostalbaSilence some warnings with MSVC 2013
2016-08-27 Marco CostalbaMake engine ONE_PLY value independent
2016-01-18 Guenther DemetzDepth margin parameter-tweak in TT-save
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-11-21 lucasartFix TT comment and static_assert()
2015-10-05 Marco CostalbaFix a comment in TTEntry::save
2015-09-18 mstemberaRemove unnecessary generation check in TT save
2015-05-10 Marco CostalbaCleanup work in misc.cpp
2015-05-09 mstemberaSmart TT save
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
2014-12-14 Marco CostalbaCoding style in TT code
2014-12-13 mstemberaAvoid searching TT twice for the same key/position...
2014-10-01 lucasartConvert TT depth to int8_t
2014-09-30 Marco CostalbaTrivial code style fixes
2014-07-03 lucasartsize_t cast in TranspositionTable::first_entry()
2014-07-01 lucasartRaise max Hash to 1TB
2014-06-28 Ron BritvichPack 3 TT entries in 32 bytes cluster
2014-05-24 Marco CostalbaTidy up tt.h
2014-03-23 Marco CostalbaFix an incorrect 'friend' declaration
2014-03-23 mstemberaRefresh TT entries generation automatically on probe
2014-03-03 mstemberaSome minor cleanup stuff
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-07-24 homoSapiensSapiensUse #ifndef instead of #if !defined
2013-06-29 Marco CostalbaUse calloc() in TranspositionTable::set_size()
2013-06-14 Marco CostalbaFix description of TT entry
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
2013-01-06 Marco CostalbaHave fun with union in book.cpp
2012-12-27 Marco CostalbaRevert evaluation cache
2012-12-15 Marco CostalbaRevert store of distinct upper and lower bounds
2012-12-10 Marco CostalbaMerge branch 'eval_cache'
2012-12-09 Marco CostalbaEnsure valueLower <= valueUpper
2012-12-09 Marco CostalbaStore distinct upper and lower bound scores
2012-12-04 Marco CostalbaMerge branch 'eval_cache'
2012-12-01 Marco CostalbaDon't save eval score in TT
2012-03-31 Marco CostalbaUse std::vector to implement HashTable
2012-03-31 Marco CostalbaRename Materials and Pawns hash stuff
2012-03-26 Marco CostalbaMerge pull request #9 from glinscott/master
2012-03-26 Marco CostalbaMove ThreadsManager::exit() to d'tor
2012-03-25 Marco CostalbaRefactor Thread class
2012-01-27 Marco CostalbaRename ValueType to Bound
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-04 Marco CostalbaRetire move.h
next