]> git.sesse.net Git - stockfish/history - src/uci.cpp
Merge remote-tracking branch 'upstream/master'
[stockfish] / src / uci.cpp
2024-09-13 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' master
2024-09-13 Steinar H. GundersonImprove mergeability a bit.
2024-09-13 Steinar H. GundersonMerge commit '299707d2c2cbf1694bb21ed4a375b54ef35d719e^'
2024-09-13 Steinar H. GundersonMerge commit '9b92ada935ddf920491156be22f609afaca4d840^'
2024-09-13 Steinar H. GundersonMerge commit 'a10791095'
2024-09-03 Robert Nurnberg... Update the WDL model
2024-07-03 Joost VandeVondeleMove info strings once more
2024-07-01 Joost VandeVondeleMove info output afer uciok
2024-06-15 Tomasz SobczykFix printing of empty info strings.
2024-06-12 DisservinMove options into the engine
2024-06-08 DisservinWorkaround the clang-format inconsistencies
2024-06-04 DisservinAccumulate nodes over all bench positions not just...
2024-05-30 Robert Nurnberg... Tweak and update the WDL model
2024-05-28 Tomasz SobczykImprove performance on NUMA systems
2024-05-21 FauziAkramUse same shuffling Constant for both nets
2024-05-21 cj5716Simplify ClippedReLU
2024-04-24 DisservinRestore NPS output for Perft
2024-04-21 Robert Nurnberg... update the WDL model
2024-04-13 DisservinFix wrong sign for 200 TB score
2024-04-12 DisservinRemove duplicated Position object in UCIEngine
2024-04-12 Shahin M. ShahinFix some more UCI output
2024-04-12 Robert Nurnberg... Fix wrong mate sign
2024-04-05 DisservinTransform search output to engine callbacks
2024-04-03 DisservinSplit UCI into UCIEngine and Engine
2024-03-30 Joost VandeVondeleAvoid a note related to an ABI change
2024-03-26 DisservinAdd functionality to export small net
2024-03-20 Robert NurnbergBase WDL model on material count and normalize evals...
2024-03-12 DisservinFix Raspberry Pi Compilation
2024-03-12 DisservinRefactor Network Usage
2024-03-11 DisservinAssorted cleanups
2024-02-24 Robert Nurnberg... Update the WDL model
2024-02-24 DisservinExpose EvalFileSmall option for small net
2024-02-07 Steinar H. GundersonMerge commit 'a10791095^' into HEAD
2024-02-07 Steinar H. GundersonMerge commit 'cafbe8e8e8c26594dd7040788e6f72bc4bc8cfd9...
2024-02-07 Steinar H. GundersonMerge commit 'cafbe8e8e8c26594dd7040788e6f72bc4bc8cfd9...
2024-02-03 DisservinRefactor pv printing
2024-01-26 DisservinMove perft out of search
2024-01-21 Robert Nurnberg... Update the WDL model
2024-01-14 DisservinRemove the dependency on a Worker from evaluate
2024-01-14 DisservinFix UCI options
2024-01-13 DisservinRefactor global variables
2024-01-07 Linmiao XuDual NNUE with L1-128 smallnet
2024-01-04 DisservinChange the Move enum to a class
2024-01-04 DisservinUpdate copyright year
2023-12-25 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-12-19 FauziAkramUse std::abs over abs
2023-12-14 Shahin M. ShahinFix TB score output in UCI without using TB
2023-11-20 FauziAkramReformat some comments
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-09-29 FauziAkramImprove grammar of comments
2023-09-11 Sebastian BuchwaldAvoid "using namespace std"
2023-09-03 DisservinCleanup includes
2023-08-11 Joost VandeVondeleImprove testing coverage, remove unused code
2023-07-16 Joost VandeVondeleConsolidate to centipawns conversion
2023-07-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-06-22 Joost VandeVondeleUpdate winrate model with June data
2023-05-20 Joost VandeVondeleUpdate WLD model
2023-04-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-03-19 disservinNNUE namespace cleanup
2023-03-19 peregrineshahinFix null move issue
2023-02-02 Joost VandeVondeleUpdate WLD model
2023-01-28 disservinFixed UCI TB win values
2023-01-09 Sebastian BuchwaldAvoid unnecessary string copies
2023-01-09 Sebastian BuchwaldWarn if a global function has no previous declaration
2023-01-02 Sebastian BuchwaldUpdate copyright years
2023-01-01 Sebastian BuchwaldRemove redundant extern modifier for function declarations
2022-12-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-11-20 Joost VandeVondeleUpdate WDL model for current SF
2022-11-05 Joost VandeVondeleNormalize evaluation
2022-10-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-10-03 disservinUse less reduction for escaping moves
2022-08-06 Joost VandeVondeleUpdate WDL model for current SF
2022-06-07 Boštjan MejakWording of help output and comments.
2022-05-29 Joost VandeVondeleAdd command line flags to link to information
2022-04-16 Joost VandeVondeleUpdate WDL model for current SF
2022-01-15 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-01-06 Brad KnoxUpdate copyright years
2021-07-16 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-06-28 Joost VandeVondeleUpdate WDL model for NNUE
2021-06-19 Tomasz SobczykChange trace with NNUE eval support
2021-05-11 Tomasz SobczykExporting the currently loaded network file
2021-05-07 Tomasz SobczykAdd an UCI level command "export_net".
2021-03-14 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-03-07 mattginsbergDeal with commented lines in UCI input
2021-03-07 Dieter DobbelaereAdd Stockfish namespace.
2021-01-08 Joost VandeVondeleUpdate copyright years
2020-12-01 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-09-21 Stéphane NicoletSmall cleanups 12
2020-09-17 GoldenRareAdded FEN string to bench output
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-07-01 Joost VandeVondeleProvide WDL statistics
2020-03-30 Joost VandeVondeleSmall cleanups
2020-03-14 Joost VandeVondeleSmall cleanups
next