]> git.sesse.net Git - stockfish/history - src/ucioption.cpp
Cleaner make help
[stockfish] / src / ucioption.cpp
2020-08-29 Stéphane NicoletEmbed default net, and simplify using non-default nets
2020-08-20 Joost VandeVondeleSet Use NNUE by default to true
2020-08-14 Joost VandeVondeleVerify SHA of downloaded net file
2020-08-13 Sergio VieriUpdate default net to nn-82215d0fd0df.nnue
2020-08-10 Sergio VieriUpdate default net to nn-112bb1c8cdb5.nnue
2020-08-07 Sergio VieriUpdate default net to nn-9931db908a9b.nnue
2020-08-06 nodchipAdd NNUE evaluation
2020-07-03 Joost VandeVondeleSet UCI_ShowWDL by default to false
2020-07-01 Joost VandeVondeleProvide WDL statistics
2020-06-24 Joost VandeVondeleSmall cleanups
2020-06-24 Joost VandeVondeleRemove 'Minimum Thinking Time' UCI option.
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-17 protonspringDon't adjust MoveOverhead by increment
2020-05-14 protonspringSimplify Time Management
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-07-14 Joost VandeVondeleUCI_Elo implementation (#2225)
2019-05-02 Marco CostalbaAssorted trivial cleanups 4/2019
2019-03-31 protonspringReplace std::mins/max with clamp function (#2062)
2019-03-05 Marco CostalbaAssorted trivial cleanups 2/2019
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-11-19 VizvezdenecChange default contempt from 21 to 24 centipawns
2018-07-31 noobpwnftw7-pieces Syzygy tablebase support
2018-07-18 DU-jdtoMinor code style tweaks
2018-06-11 Stefan GeschwentnerOptimize contempt value (21)
2018-04-23 Stéphane NicoletAllow UCI parameters to be double
2018-04-18 syzygy1Analysis Contempt combo box
2018-03-18 Ronald de ManMark all compile-time constants as constexpr.
2018-03-04 Stefano CardanobileUsing a S-curve for the optimism measure
2018-02-28 Leonid PechenikTweak time management
2018-02-09 Stefano CardanobileIntroduce dynamic contempt
2018-01-23 Stéphane NicoletContempt 20
2018-01-13 IIvecRevert to old time management (#1351)
2018-01-01 Joost VandeVondeleNew Year 2018
2017-12-18 Joost VandeVondeleAllow for general transposition table sizes. (#1341)
2017-09-12 IIvecHigher Move Overhead
2017-08-20 lucasartRestore safety margin of 60ms
2017-08-17 IIvecTime management simplification
2017-08-13 Marco CostalbaThread code reformat
2017-03-25 Joost VandeVondeleIncrease maximum number of threads
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-06-15 lucasartDo not hardcode Debug Log File
2016-02-28 Leonid PechenikRevert "Remove slowMover"
2016-02-21 IIvecRemove slowMover
2016-01-03 Leonid PechenikAdjust time used for move based on previous score
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-12-14 Leonid PechenikSimplify time management and fix 'ponder on' bug
2015-10-31 Marco CostalbaAssorted trivia in search.cpp
2015-10-24 Marco CostalbaCleanup history stats
2015-05-07 lucasartRestore deterministic search state
2015-04-11 Marco CostalbaAssorted cleanup of last patches
2015-04-10 Marco CostalbaAllow Position::init() to be called more than once
2015-04-03 Marco CostalbaAdd support for playing in 'nodes as time' mode
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 CostalbaImplicit conversion from ExtMove to Move
2015-01-31 Marco CostalbaSync with master
2015-01-30 Marco CostalbaSync with master
2015-01-21 Marco CostalbaFun with lambdas
2015-01-18 Marco CostalbaAdd syzygy support
2015-01-18 Marco CostalbaImport C++11 branch
2015-01-17 Marco CostalbaFix a possible overflow in TT resize
2015-01-10 Marco CostalbaUpdate copyright year
2014-11-30 Marco CostalbaRetire #ifdef SYZYGY macro
2014-11-25 Ronald de ManSyzygy tablebases
2014-11-01 Marco CostalbaMerge pull request #89 from official-stockfish/pull_no_...
2014-11-01 lucasartRemove dead code
2014-10-26 Marco CostalbaRename ucioption.h to uci.h
2014-09-30 Marco CostalbaTrivial code style fixes
2014-09-16 Marco CostalbaRename "Contempt Factor" to "Contempt"
2014-09-15 lucasartSimplify Time Management UCI options
2014-08-24 lucasartRetire Search Log
2014-08-05 lucasartReduce minimum memory requirement by 16MB
2014-07-20 lucasartRevert Contempt = 20
2014-07-14 lucasartContempt = 20
2014-07-01 lucasartRaise max Hash to 1TB
2014-06-01 Marco CostalbaRetire Polyglot Book management
2014-06-01 Marco CostalbaRetire eval weights UCI options
2014-05-26 Marco CostalbaRevert "Symmetric king safety"
2014-05-19 Lucas BraeschSymmetric king safety
2014-05-11 Marco CostalbaRetire "Idle Threads Sleep" UCI option
2014-04-06 Marco CostalbaSync some common names
2014-04-03 Marco CostalbaMake operator<< to return void
2014-04-01 Marco CostalbaDo not workaround function argument evaluation
2014-03-22 Marco CostalbaTrivial formatting in ucioption.cpp
2014-03-22 Marco CostalbaFix a subtle bug in UCI options printing
2014-03-15 Marco CostalbaRemove "Max Threads per Split Point" UCI option
2014-03-01 Marco CostalbaRetire UCI_AnalyseMode option
2014-02-12 Leonid PechenikSimplify time management
next