]> git.sesse.net Git - stockfish/history - src/search.cpp
update stats also in check
[stockfish] / src / search.cpp
2015-04-09 Stefan Geschwentnerupdate stats also in check
2015-04-09 lucasartPrune evasions when we can castle
2015-04-03 Marco CostalbaAdd support for playing in 'nodes as time' mode
2015-04-03 Marco CostalbaRename of TimeMgr and friends
2015-04-03 Marco CostalbaIntroduce elapsed_time()
2015-04-02 mstemberaSimplification to use only one counter move.
2015-03-29 Marco CostalbaAssorted code style of latest commits
2015-03-28 mbootsectorRetire follow-up move heuristic
2015-03-28 VoyagerOneUse CounterMoveHistory when calculating LMR for cut...
2015-03-25 Marco CostalbaClean up previous patch
2015-03-24 VoyagerOneIntroduce a new counter move history penalty
2015-03-20 lucasartFix comment
2015-03-18 Marco CostalbaReformat FastMove
2015-03-18 Marco CostalbaSimplify nosleep logic
2015-03-17 Marco CostalbaFix a bogus use of mutex
2015-03-16 Marco CostalbaRe-arrange history update code
2015-03-16 Marco CostalbaUse acquire() and release() for spinlocks
2015-03-15 Joona KiiskiDo not sleep, but yield
2015-03-14 Joona KiiskiIntroduce yielding spin locks
2015-03-12 mstemberaNew easy move implementation
2015-03-12 Stefan GeschwentnerIntroduce Counter Move History tables
2015-03-11 Joona KiiskiUse thread specific mutexes instead of a global one.
2015-03-11 Marco CostalbaRetire spinlocks
2015-03-10 Marco CostalbaAdd thread_win32.h header
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaSync with master
2015-03-07 Joona KiiskiRevert C++11 merge
2015-03-01 Marco CostalbaRename available_to()
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 CostalbaUse spinlock instead of mutex for Threads and SplitPoint
2015-02-23 Marco CostalbaSync with master
2015-02-22 Marco CostalbaSync with master
2015-02-22 Marco CostalbaUse only 'level' as late join metric
2015-02-21 Marco CostalbaFurther refine SMP code
2015-02-21 Marco CostalbaUse sp->master instead of bestThread
2015-02-20 Marco CostalbaImprove comments in SMP code
2015-02-20 Marco CostalbaUse range-based-for in late join
2015-02-20 Marco CostalbaSync with master
2015-02-19 Marco CostalbaClarify we don't late join with only 2 threads
2015-02-19 Marco CostalbaUse size_t consistently across thread code
2015-02-19 Marco CostalbaRetire redundant sp->slavesCount field
2015-02-19 Marco CostalbaFix a warning under MSVC
2015-02-19 Marco CostalbaAdd a couple of asserts to late join
2015-02-19 Marco CostalbaRemove useless condition in late join
2015-02-18 Marco CostalbaCompute SplitPoint::spLevel on the fly
2015-02-16 Joona KiiskiImprove smp performance for high number of threads
2015-02-16 lucasartCompute checkers from scratch
2015-02-15 Marco CostalbaRetire one do_move() overload
2015-02-15 lucasartCompute checkers from scratch
2015-02-14 Marco CostalbaSync with master
2015-02-08 Marco CostalbaSync with master
2015-02-07 Marco CostalbaAvoid casting to char* in prefetch()
2015-02-07 Marco CostalbaSync with master
2015-01-31 Marco CostalbaImplicit conversion from ExtMove to Move
2015-01-31 Marco CostalbaAnother small tweak to skills
2015-01-31 Marco CostalbaSync with master
2015-01-31 Marco CostalbaUse C++ loops in insert_pv_in_tt
2015-01-31 Marco CostalbaMove uci_pv under UCI namespace
2015-01-31 Marco CostalbaConvert Reductions[] from int8_t to Depth
2015-01-30 Jean-Francois RomangRessurrect hashfull patch
2015-01-30 Marco CostalbaSync with master
2015-01-29 Marco CostalbaSimplify skill level and reduce ELO
2015-01-25 Stefan GeschwentnerFix a skill level problem: Don't allow move pruning...
2015-01-25 Marco CostalbaRe-arrange Skill struct
2015-01-24 Marco CostalbaTry hard to retrieve a ponder move
2015-01-18 Joona KiiskiDon't print fail-high or fail-lows in MultiPV mode
2015-01-18 Marco CostalbaAdd syzygy support
2015-01-18 Marco CostalbaImport C++11 branch
2015-01-14 lucasartEnable futility pruning for PV nodes in qsearch
2015-01-14 Stefan GeschwentnerEnable Futility pruning in PV nodes
2015-01-13 hximUse VALUE_ZERO instead of 0 when comparing with Value
2015-01-11 Marco CostalbaAssorted headers cleanup
2015-01-10 Marco CostalbaUpdate copyright year
2015-01-05 lucasartTune null search reduction
2015-01-03 Marco CostalbaAssorted work in uci.cpp
2015-01-02 Marco CostalbaLet material probing to access per-thread table
2014-12-30 Marco CostalbaAdditional tidy up in timeman.cpp
2014-12-14 Marco CostalbaImprove comments in UCI
2014-12-14 Marco CostalbaCoding style in TT code
2014-12-13 mstemberaAvoid searching TT twice for the same key/position...
2014-12-10 Marco CostalbaAssorted nitpicking code-style
2014-12-10 Marco CostalbaClarify when forcing the moves loop
2014-12-08 Ernesto GattiSimpler PRNG and faster magics search
2014-12-07 hximRename some variables for more clarity.
2014-12-06 Marco CostalbaExplicitly pass RootMoves to TB probes
2014-12-06 Marco CostalbaMove TB stuff under Tablebases namespace
2014-12-06 Marco CostalbaRefactor syzygy code in search
2014-11-30 Marco CostalbaRetire total_piece_count()
2014-11-30 Marco CostalbaRewrite TBScore in uci_pv()
2014-11-30 Marco CostalbaRetire #ifdef SYZYGY macro
2014-11-25 lucasartIntroduce ratio operation
2014-11-25 Ronald de ManSyzygy tablebases
2014-11-24 Gary LinscottFix out-of-bound array access printing ponder move
2014-11-24 Gary LinscottFix pondering
2014-11-21 Marco CostalbaFurther tweak accurate pv
2014-11-18 Marco CostalbaCodying style in accurate PV
2014-11-16 lucasartHalf History Max
2014-11-15 Marco CostalbaUse DEPTH_MAX instead of MAX_PLY
next