]> git.sesse.net Git - stockfish/history - src/benchmark.cpp
Rewrite some bitboard init code
[stockfish] / src / benchmark.cpp
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
2012-03-26 Marco CostalbaSimplify start_searching() signature
2012-03-26 Marco CostalbaIntroduce and use wait_for_search_finished()
2012-03-17 Marco CostalbaDon't use "OwnBook" by default
2012-03-03 Marco CostalbaRewrite time measurement code
2012-01-14 Marco CostalbaMove struct RootMove to Search namespace
2012-01-14 Marco CostalbaUse a set to store SearchMoves
2011-12-30 Marco CostalbaAssorted cleanups in benchmark.cpp
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-26 Marco CostalbaReformat UCI option code
2011-12-25 Marco CostalbaRename getters functions removing 'get_' prefix
2011-12-12 Marco CostalbaRetire RootMoveList
2011-12-04 Marco CostalbaRetire move.h
2011-11-27 Marco CostalbaDetach search arguments from UI thread
2011-11-26 Marco CostalbaIntroduce Search namespace
2011-11-26 Marco CostalbaRewrite async I/O
2011-07-24 Marco CostalbaTidy up benchmark.cpp
2011-07-03 Marco CostalbaTeach to_fen() about Halfmove and Fullmove number
2011-07-02 Marco CostalbaRemove MSVC debug window hack in bench
2011-04-25 Marco CostalbaTidy up benchmark.cpp
2011-04-23 Marco CostalbaIntroduce and use SearchLimits
2011-02-18 Marco CostalbaSync Root new depth to what we do in search()
2011-02-12 Marco CostalbaFix wrong reported depth
2011-01-07 Marco CostalbaRetire move.cpp
2011-01-03 Marco CostalbaAnother attempt at fixing Chess960
2010-11-22 Marco CostalbaRetire Application class
2010-11-21 Marco CostalbaRemove hardcoded 16 from benchmark default positions...
2010-11-09 Marco CostalbaLet bench to have full defaults arguments
2010-11-08 Marco CostalbaLet benchmark to default to depth 12
2010-11-07 Marco CostalbaRetire uci.h and benchmark.h
2010-11-05 Marco CostalbaRewrite options handling in an object oriented fashion
2010-10-31 Marco CostalbaUpdate nodes after a do_move()
2010-08-19 Marco CostalbaRename OnePly in ONE_PLY
2010-07-24 Marco CostalbaRewrite Position::from_fen()
2010-07-15 Marco CostalbaRemove redundant argument in think()
2010-06-02 Marco CostalbaSave threadID info in Position
2010-04-18 Marco CostalbaBetter perft integration in benchmark
2010-03-20 Marco CostalbaUpdated copyright year to 2010
2010-02-20 Marco CostalbaRename THREAD_MAX in MAX_THREADS
2010-01-10 Marco CostalbaFix sending of best move during an infinite search
2009-11-01 Joona KiiskiImplemented perft
2009-07-04 Marco CostalbaAdd support for saving timing file during benchmark
2009-06-20 Marco CostalbaOnly on Windows do wait for input at the end of benchmark
2009-05-10 Marco CostalbaUse string instead of std::string
2009-05-07 Marco CostalbaUpdate copyright year
2009-05-07 Marco CostalbaRewrite the way application exits
2009-01-07 Marco CostalbaBig trailing whitespace cleanup part 1
2008-11-24 Marco CostalbaBenchmark: print nodes searched at the end of testing
2008-11-22 Marco CostalbaIntroduce node limited benchmarking
2008-11-22 Marco CostalbaIntroduce depth limited benchmarking
2008-10-20 Marco CostalbaUpdate copyright info
2008-10-20 Marco CostalbaFix a missing comma in BenchmarkPositions[]
2008-10-19 Marco CostalbaUpdate copyright info
2008-10-19 Marco CostalbaFix a missing comma in BenchmarkPositions[]
2008-09-26 Marco CostalbaTidy up middle game specific evaluation
2008-09-18 Marco CostalbaImprove time managment
2008-09-18 Marco CostalbaPass also opponent time to think()
2008-09-18 Marco CostalbaTeach Benchmark to read positions from a file
2008-09-18 Marco CostalbaReformat benchmark interface
2008-09-01 Marco CostalbaInitial import of Glaurung 2.1