]> git.sesse.net Git - stockfish/history - src/benchmark.cpp
AVX-512 for smaller affine and feature transforms.
[stockfish] / src / benchmark.cpp
2020-09-08 Gian-Carlo PascuttoAlways re-enable NNUE after "bench".
2020-08-11 Guy VreulsThis commit enables a mixed bench, to improve CI and...
2020-08-06 nodchipAdd NNUE evaluation
2020-07-09 Joost VandeVondeleSmall cleanups
2020-03-09 protonspringEquations for edges and corners.
2020-01-09 Alain SAVARDUpdate lists of authors and contributors
2019-11-28 Joost VandeVondeleExtend bench to static evaluations
2019-10-17 Joost VandeVondeleAdd four positions to bench
2019-06-30 Jörg OsterTry to get a more precise bench time (#2211)
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-01-01 Joost VandeVondeleNew Year 2018
2017-08-19 Marco CostalbaWide bench coverage
2017-08-18 Marco CostalbaRestore perft
2017-08-18 Marco CostalbaRewrite benchmark
2017-08-10 Marco CostalbaFix some races and clarify the code
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-11-07 Joost VandeVondele Allow benches with more than 2G nodes.
2016-09-24 Marco CostalbaFix crash when passing a mate/stalemate position
2016-04-17 Marco CostalbaFix incorrect draw detection
2016-04-17 Marco CostalbaStateInfo is usually allocated on the stack by search()
2016-01-16 Lyudmil AntonovAssorted English grammar changes
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-12-30 Alain SAVARDCorrect Pawn Trace Score + Code Clean up
2015-11-21 Marco CostalbaRewrite how threads are spawned
2015-10-31 Marco CostalbaAssorted trivia in search.cpp
2015-10-20 mbootsectorLazy SMP
2015-09-07 mstemberaMinor clean up of some function parameters
2015-08-29 Marco CostalbaReformat trace code
2015-05-07 lucasartRestore deterministic search state
2015-03-21 Marco CostalbaUse only one ConditionVariable to sync UI
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-24 Marco CostalbaDon't assume the type of Time::point
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 Marco CostalbaSync with master
2015-01-18 Marco CostalbaImport C++11 branch
2015-01-11 Stefano80Higher movetime resolution for benchmarks
2015-01-10 Marco CostalbaUpdate copyright year
2014-12-10 Marco CostalbaAssorted nitpicking code-style
2014-12-07 Gary LinscottAdd some tablebase positions to bench
2014-11-01 Marco CostalbaMerge pull request #89 from official-stockfish/pull_no_...
2014-11-01 lucasartConsistent use of anonymous namespace
2014-10-26 Marco CostalbaRetire notation.h
2014-10-26 Marco CostalbaRename ucioption.h to uci.h
2014-08-09 Marco CostalbaRework perft implementation
2014-08-07 lucasartWrite perft(N-1) into cout
2014-08-07 lucasartFix Hash in bench
2014-08-05 lucasartDefault Hash defined in a single place
2014-08-04 lucasartRetire divide command
2014-08-01 Oskar Werkelin AhlinCorrect bench timing
2014-05-24 Marco CostalbaAdd perft 'divide' command
2014-03-11 Marco CostalbaPrint dbg counters after bench
2014-02-09 Marco CostalbaAssorted tweaks from DON
2014-01-07 Marco CostalbaAssorted grammar fixes
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-04 Arjun TemurnikarAssorted spelling/grammar/captitalization
2013-12-02 Richard LloydBig assorted spelling fixes
2013-09-29 Marco CostalbaAdd more depth/positions to bench
2013-09-15 KojirionUse pre-increment also for native types
2013-07-31 Marco CostalbaRework Thread hierarchy
2013-03-04 Marco CostalbaRevert "Store moves sent with "position" UCI command"
2013-03-02 Marco CostalbaStore moves sent with "position" UCI command
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2013-01-16 Marco CostalbaBig renaming in thread stuff
2013-01-04 Marco CostalbaDon't exit if unable to find bench file
2012-12-30 Marco CostalbaAdd 'mate' limit to 'bench' command
2012-11-11 Marco CostalbaDon't access std::cout from Position::print()
2012-10-24 Marco CostalbaRename RootPosition and shuffle think()
2012-10-14 Marco CostalbaSet TT size to 32 MB during 'bench'
2012-09-14 Marco CostalbaFix MSVC 2012 64bits warnings
2012-09-04 Marco CostalbaGet rid of struct Time
2012-09-02 Marco CostalbaRename current_time() to now()
2012-08-27 Marco CostalbaCorrectly handle handover of setup states
2012-08-19 Marco CostalbaPrefer size_t over int for array sizes
2012-07-30 Marco CostalbaGuard against 'divide by zero' in bench
2012-04-26 Marco CostalbaClear TT before running 'bench'
2012-04-07 Marco CostalbaFix 'bench' for Chess960 case
2012-04-07 Marco CostalbaUse bench to implement UI 'perft' command
2012-04-07 Marco CostalbaTeach 'bench' to run current position
2012-04-06 Marco CostalbaReplace Position::copy()
2012-04-06 Marco CostalbaRevert thread_local stuff
2012-04-06 Marco CostalbaDon't store Thread info in Position
2012-04-04 Marco CostalbaUse a Thread instead of an array index
2012-04-02 Marco CostalbaFix bench with fen files regression
2012-04-01 Marco CostalbaUse a std::vector to store searchMoves
2012-04-01 Marco CostalbaProcess 'bench' also from SF prompt
2012-03-28 Marco CostalbaMerge pull request #11 from glinscott/squash
2012-03-27 Marco CostalbaUse UCI names in Search::LimitsType
2012-03-26 Marco CostalbaMerge pull request #9 from glinscott/master
next