]> git.sesse.net Git - stockfish/history - src/search.cpp
Don't use _pext_u64() directly
[stockfish] / src / search.cpp
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-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
2014-11-12 Gary Linscott100% accurate PV display
2014-11-12 Marco CostalbaUse if/else instead of goto
2014-11-12 Marco CostalbaUse Depth instead of int in search
2014-11-09 lucasartFix bounds of FutilityMoveCounts
2014-11-09 Marco CostalbaRetire pvMove in search()
2014-11-09 Marco CostalbaAssorted code-style triviality
2014-11-08 lucasartCodestyle massage Search::init()
2014-11-08 lucasartBe more optimistic in aspiration window
2014-11-07 lucasartPrune ttMove like any other
2014-11-05 Marco CostalbaAssume UCI 'nodes' is int64_t instead of int
2014-11-05 Marco CostalbaRearrange check_time()
2014-11-03 lucasartCleanup MAX_PLY
2014-10-27 Pascal RomaretImprove compatibility with Shredder Classic GUI
2014-10-26 Marco CostalbaFinal UCI helpers renaming
2014-10-26 Marco CostalbaRetire notation.h
2014-10-26 Marco CostalbaRename ucioption.h to uci.h
2014-10-05 Luca BrivioSimplify futility move count array formula
2014-10-04 Marco CostalbaReformat and rename hash_after_move()
2014-10-02 joergosterSpeculative prefetch
2014-09-30 Marco CostalbaTrivial code style fixes
2014-09-29 Marco CostalbaMove ONE_PLY to be 1 instead of 2: search()
2014-09-28 lucasartClean up VALUE_KNOWN_WIN conditions
2014-09-27 Uri BlassRemove use of half-ply reductions from LMR, Null-move...
2014-09-25 Joona KiiskiCap evaluation based null move extra reduction to three...
2014-09-25 Uri BlassChange history reduction in LMR to be a full ply.
2014-09-16 Marco CostalbaRename "Contempt Factor" to "Contempt"
2014-09-04 Marco CostalbaSmall tweak to idle_loop()
2014-08-30 Joona KiiskiSimplify idle_loop()
2014-08-24 lucasartRetire Search Log
2014-08-09 Marco CostalbaFix perft 1
2014-08-09 lucasartRetire move_to_san()
2014-08-09 Marco CostalbaRework perft implementation
2014-08-02 Marco CostalbaEnsure printing UCI info in multi-pv case
2014-07-28 Marco CostalbaFix a warning with MSVC 2010
2014-07-27 lucasartAspiration: widen slower
2014-07-11 Marco CostalbaSmall reformat to Skill class
2014-07-10 lucasartRemove useless condition
2014-07-08 Joona KiiskiRetire FakeSplit
2014-06-29 joergosterFix Singular extension condition to handle mate scores
2014-06-26 Gary LinscottMerge pull request #9 from glinscott/pawnspan
2014-06-26 Gary LinscottMerge pull request #8 from glinscott/revert_ce1c260
2014-06-26 Gary LinscottRevert "Check for an available slave early on"
2014-06-23 Gary LinscottMerge pull request #5 from glinscott/authors
2014-06-21 Marco CostalbaEnsure ttValue != VALUE_NONE in singular extension...
2014-06-16 Eelco de GrootDon't special case for abs(beta) >= VALUE_MATE_IN_MAX_PLY
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
next