]> git.sesse.net Git - stockfish/history - src/search.cpp
Fix a typo
[stockfish] / src / search.cpp
2014-03-18 Marco CostalbaIncrease max threads to 128
2014-03-14 MyssenoDepth dependant aspiration window delta
2014-03-03 mstemberaSome minor cleanup stuff
2014-03-03 Marco CostalbaRevert dynamic draw value
2014-03-01 Marco CostalbaRetire UCI_AnalyseMode option
2014-02-26 Joerg OsterDynamic draw value
2014-02-22 Marco CostalbaFix an assert in Probcut
2014-02-20 Leonid PechenikDistribute part of first move time to other moves
2014-02-16 Marco CostalbaUpdate SEE to return a Value
2014-02-15 Marco CostalbaRestore PorbCut name
2014-02-15 Marco CostalbaAssorted renaming in search
2014-02-15 Joerg OsterReturn static eval when reaching MAX_PLY
2014-02-12 Leonid PechenikSimplify time management
2014-02-12 Marco CostalbaRevert "Retire null search verification"
2014-02-09 Marco CostalbaAssorted tweaks from DON
2014-02-08 Marco CostalbaRewrite previous patch removing the macro
2014-02-08 Thanar2Inline common path of pos.gives_check
2014-02-08 Lucas BraeschRetire null search verification
2014-02-04 Lucas BraeschBetter document null search window
2014-02-03 Lucas BraeschBetter document razoring
2014-01-27 Marco CostalbaFix null reduction formula
2014-01-26 Stefan GeschwentnerVariable null-move value based reduction
2014-01-14 Stefan GeschwentnerIntroduce 'follow up' moves
2014-01-08 Marco CostalbaFix early stop condition
2014-01-08 Ralph StoesserRetire easy move
2014-01-08 Uri BlassStop earlier if iteration is taking too long
2014-01-05 Pablo VazquezRemove duplicated code
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-30 Marco CostalbaRetire asymmThreshold
2013-12-15 Lucas BraeschRemove threat move stuff
2013-12-10 Marco CostalbaSync history and counter moves updating
2013-12-10 Lucas BraeschUpdate History and Counter move on TT hit
2013-12-09 Ralph StößerResearch at intermediate depth if LMR is very high
2013-12-06 Arjun TemurnikarEven more spelling fixes
2013-12-04 Chris CainoMicro-optimise dangerous condition
2013-12-04 Chris CainoBroader condition for dangerous pawn moves
2013-12-02 Jerry DonaldAnother round of spelling fixes
2013-12-02 Richard LloydBig assorted spelling fixes
2013-12-02 Jerry DonaldAssorted spelling fixes
2013-12-01 Marco CostalbaRename CASTLE to CASTLING
2013-11-30 Marco CostalbaRewrite some bitboard init code
2013-11-19 Marco CostalbaRevert previous fix
2013-11-18 Hongzhi ChengGet correct excluded moves for split nodes
2013-11-17 Marco CostalbaRevert previous patch
2013-11-17 Marco CostalbaFix an assert in SMP case
2013-11-17 Marco CostalbaRetire quietsSearched[]
2013-11-11 Joona KiiskiReintroduce gains
2013-11-10 Marco CostalbaRename squares_aligned()
2013-11-09 Marco CostalbaFix printing of incorrect PV in some cases
2013-11-09 Lucas BraeschFutility pruning simplification
2013-11-07 Marco CostalbaRevert "Retire eval margin and gains"
2013-11-07 Gary LinscottRestrict mobility of pinned pieces
2013-11-07 Lucas BraeschRetire eval margin and gains
2013-11-02 Joona KiiskiTest Easy Move if no BestMoveChanges
2013-11-01 Marco CostalbaSet timer to a fixed interval
2013-10-22 Chris CainoSimplify futility move count formula
2013-10-22 Chris CainoSimplify futility margins formula
2013-10-09 Joona KiiskiSmoother transition for LMR
2013-10-08 Lucas BraeschUse TT refined value to stand pat
2013-10-05 Lucas BraeschUse double everywhere
2013-10-05 Lucas BraeschUse prefix operators wherever possible
2013-09-28 Marco CostalbaDrop 'is' prefix from query functions
2013-09-28 Lucas BraeschSimplify extensions
2013-09-27 Reuven PelegSimplify tte use condition
2013-09-23 Ralph StößerReduce negative quiets by ONE_PLY / 2
2013-09-15 KojirionUse pre-increment also for native types
2013-09-12 Marco CostalbaRevert "Fix random moves when time < 10ms"
2013-09-11 Marco CostalbaExtend checks more when below alpha
2013-09-11 Uri BlassExtend checks more in losing positions
2013-09-10 Marco CostalbaFix random moves when time < 10ms
2013-09-07 Marco CostalbaFix warning: double to float truncation
2013-09-07 Lucas BraeschSingular extension at 8 plies also for PV nodes
2013-09-07 Lucas BraeschUnion of 2 changes
2013-09-05 Lucas BraeschDo not prune useless checks in QS
2013-09-01 Uri BlassUnion of 2 changes that failed with good score
2013-08-30 Marco CostalbaFix a bogus assert in allows()
2013-08-29 Gary LinscottEnable LMR for dangerous moves
2013-08-26 Uri BlassTime management: move faster if PV is stable
2013-08-24 Chris CainoFix KBPK bug
2013-08-22 Joona KiiskiUse null move when depth >= 2 plies
2013-08-19 Tom VijlbriefFix crash when reaching max ply
2013-08-18 Leonid PechenikFurther tweak movecount pruning
2013-08-15 Marco CostalbaRevert using exceptions
2013-08-14 Marco CostalbaUse exceptions to stop the search
2013-08-09 Marco CostalbaFix 'improving' condition
2013-08-08 Marco CostalbaIncrease LMR when not improving
2013-07-31 Marco CostalbaRework Thread hierarchy
2013-07-28 Eelco de GrootIncrease pruning if evaluation is not improving
2013-07-24 Marco CostalbaSimplify captures ordering
2013-07-19 Marco CostalbaBetter document what we skip when in check
2013-07-15 Marco CostalbaBetter annotate unlikely conditions
2013-07-15 Reuven PelegSimplify a condition in refutes()
2013-07-13 Marco CostalbaFully qualify memset and memcpy
2013-07-13 Tom VijlbriefRetire enoughMaterial + lower trapped rook threshold
2013-07-13 Marco CostalbaA useless assignment found by Clang’s static analyzer
2013-07-13 Marco CostalbaFix build with MSVC 2013
2013-07-13 Marco CostalbaFix printing of PV info: take 2
2013-07-12 Marco CostalbaFix printing of PV info
2013-07-11 Marco CostalbaRename some UCI options
2013-07-11 Marco CostalbaFix a crash with depth 1 perft
next