]> git.sesse.net Git - stockfish/history - src/search.cpp
Add bonus for advanced lever
[stockfish] / src / search.cpp
2014-06-08 Marco CostalbaCheck for an available slave early on
2014-06-06 Marco CostalbaAvoid to use nullChild
2014-06-06 Marco CostalbaRemove 'update gains' hack
2014-06-06 Marco CostalbaTemporary revert previous patch
2014-06-06 Marco CostalbaAvoid to use nullChild
2014-06-06 Marco CostalbaMove Tempo to evaluation
2014-06-03 Lucas BraeschSymmetric King Safety: take 2
2014-06-03 Marco CostalbaUse see() instead of see_sign() in previous patch
2014-06-03 kinderchocolateAdd some const qualifier
2014-06-03 Reuven PelegDecrease reduction for moves that escape a capture
2014-06-01 Marco CostalbaRetire Polyglot Book management
2014-05-26 Marco CostalbaRevert "Symmetric king safety"
2014-05-19 Lucas BraeschSymmetric king safety
2014-05-17 Marco CostalbaFix an off-by-one bug in extract_pv_from_tt
2014-05-17 Marco CostalbaExtract a reliable PV line
2014-05-13 Michel Van den BerghDrop to qsearch at low depth in razoring
2014-05-11 Marco CostalbaSave stalemates in TT
2014-05-11 Marco CostalbaRetire "Idle Threads Sleep" UCI option
2014-05-10 Arjun TemurnikarMake imbalance table more clear
2014-05-08 Reuven PelegPass Position as const ref in update_stats()
2014-05-08 Marco CostalbaClarify some comments in SMP code
2014-05-07 Marco CostalbaReformat and simplify previous patch
2014-05-07 Joona KiiskiAllow a slave to 'late join' another splitpoint
2014-05-04 Marco CostalbaChange search() signature
2014-05-04 Marco CostalbaRevert dynamic contempt
2014-05-01 Marco CostalbaDon't save stale value in TT after split
2014-05-01 Marco CostalbaBetter document search stop condition
2014-05-01 Marco CostalbaRemove dead code in search
2014-04-27 Marco CostalbaRemove other useless floor()
2014-04-27 Marco CostalbaFix Intel compiler warnings
2014-04-27 Marco CostalbaRemove some useless casts
2014-04-27 Marco CostalbaWe can add an integer to a Value
2014-04-21 Marco CostalbaReset DrawValue[] before new search
2014-04-21 Leonid PechenikRise contempt when in advantage
2014-04-06 Lucas BraeschRescale UCI scores to PawnValueEg
2014-04-06 Marco CostalbaSync some common names
2014-03-29 Marco CostalbaRestore old aspiration window to 16
2014-03-23 mstemberaRefresh TT entries generation automatically on probe
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
next