]> git.sesse.net Git - stockfish/history - src/search.cpp
Update comments in LMR step
[stockfish] / src / search.cpp
2016-01-13 Stefano80Update comments in LMR step
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-27 Marco CostalbaMove some globals into main thread scope
2015-12-22 DU-jdtoRemove another unnecessary Search::Stack field
2015-12-20 VoyagerOneRemove killer move conditions from LMR
2015-12-20 loco-locoRemove unused field SearchStack::ttMove
2015-12-18 Guenther DemetzDistinct iteration paths for Lazy SMP threads
2015-12-14 mstemberaFix easy move bug in SMP mode
2015-12-14 Leonid PechenikSimplify time management and fix 'ponder on' bug
2015-12-12 mstemberaFix MultiPv and Skill in SMP.
2015-11-21 Marco CostalbaRewrite how threads are spawned
2015-11-16 VoyagerOneHistory Pruning: Don't prune the main killer move.
2015-11-13 Marco CostalbaRetire ThreadBase
2015-11-13 Marco CostalbaFix broken UCI 'wait for stop'
2015-11-10 lucasartEnsure that rootDepth < DEPTH_MAX
2015-11-03 Marco CostalbaGet rid of timer thread
2015-11-02 mbootsectorPick bestmove from the deepest thread.
2015-10-31 Marco CostalbaAssorted trivia in search.cpp
2015-10-31 VoyagerOneNew History Bonus Formula
2015-10-30 AjithReduce variation in rootDepth between different threads
2015-10-29 Stéphane NicoletSome code and comment cleanup
2015-10-25 lucasartUse atomics instead of volatile
2015-10-24 Marco CostalbaCleanup history stats
2015-10-24 VoyagerOneHistory pruning
2015-10-21 Stefano80Almost passed tuning attempts
2015-10-20 mbootsectorLazy SMP
2015-10-12 VoyagerOneCombination of two ideas:
2015-10-05 Marco CostalbaRun PVS-STUDIO analyzer
2015-09-30 Marco CostalbaRework lock protecting
2015-09-10 Joona KiiskiCareful SMP locking - Fix very occasional hangs
2015-08-30 gguliashA small code simplification
2015-08-28 lucasartPrune castling moves
2015-08-20 lucasartRetire dangerous flag
2015-07-30 Marco CostalbaSimplify IID depth formula
2015-07-29 VoyagerOnePV refutation penalty
2015-07-19 Marco CostalbaTidy up in movepick.cpp
2015-07-16 Marco CostalbaFix formatting of previous patch
2015-07-15 VoyagerOneLMR Simplification: Remove countermove condition
2015-07-09 Marco CostalbaRemove useless razoring condition
2015-07-04 VoyagerOneCMH Fix: Exclude captures for TT move refutation penalty
2015-06-27 VoyagerOneLMR Tweak: Decrease reduction if cmh>0 && history>0.
2015-06-25 Marco CostalbaFix compile on icc
2015-06-05 Vince NegriRemove intermediate re-search in LMR
2015-05-18 Stefan GeschwentnerRemove Gain Stats
2015-05-10 Marco CostalbaCleanup work in misc.cpp
2015-05-07 lucasartRestore deterministic search state
2015-05-06 lucasartNever clear stats
2015-05-03 Marco CostalbaSplit PSQT init from Position init
2015-04-26 VoyagerOneChange extra ply LMR condition to: cmh <= 0 && hist < 0
2015-04-15 lucasartRetire FORCE_INLINE
2015-04-12 VoyagerOneRemoved extra condition (history < 0) in LMR to help...
2015-04-11 Marco CostalbaAssorted cleanup of last patches
2015-04-10 Stefan GeschwentnerUpdate stats at pv nodes
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
next