]> git.sesse.net Git - stockfish/history - src/search.cpp
Re-add "Further increase safe checks bonus"
[stockfish] / src / search.cpp
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
2013-07-09 Marco CostalbaDon't IID when in check also in PvNodes
2013-07-09 Marco CostalbaRevert previous patch
2013-07-08 Marco CostalbaSimplify "fail high upon reduction" in null search
2013-07-07 Marco CostalbaSkip node-level cut-off tests when in check
2013-07-03 Marco CostalbaSimplify aspiration window code
2013-07-03 Marco CostalbaWorkaround github issue
2013-07-03 Marco CostalbaSimplify aspiration window code
2013-07-02 Marco CostalbaMerge branch 'master' into aspiration
2013-07-02 Marco CostalbaRevert "Increase earlier aspiration window size"
2013-07-02 Marco CostalbaEntering a pawn endgame is no more dangerous
2013-07-01 Marco CostalbaIncrease earlier aspiration window size
2013-07-01 Marco CostalbaMerge branch 'master' into aspiration
2013-06-30 Marco CostalbaFix a stale comment
2013-06-30 Marco CostalbaSimplify search results update
2013-06-30 Marco CostalbaReorder conditions according to their frequency
2013-06-30 Marco CostalbaCenter aspiration window on last returned score
2013-06-30 Marco CostalbaSimplify aspiration window loop
2013-06-29 Marco CostalbaUse calloc() in TranspositionTable::set_size()
2013-06-21 Marco CostalbaMicro-optimize perft
2013-06-17 Marco CostalbaRemove redundant condition in probcut
2013-06-14 Marco CostalbaRevert "Reduce more CUT nodes only if parent node is...
2013-06-13 Marco CostalbaReduce more CUT nodes only if parent node is reduced
2013-06-13 Marco CostalbaReduce more CUT nodes
2013-06-13 Marco CostalbaIntroduce Cut/All node definitions
2013-06-13 Marco CostalbaDon't use std::vector::data()
2013-06-09 Marco CostalbaFix again early stop ss pointer
2013-06-09 Marco CostalbaMore consistent 'piece' variable naming
2013-06-09 Marco CostalbaUse alpha instead of beta-1
2013-06-09 Marco CostalbaFix incorrect 'ss' pointer in early stop check
2013-06-08 Dariusz OrzechowskiFix a typo
2013-06-08 Marco CostalbaFix search log when using skills
2013-05-23 Uri BlassBunch of 3 small patches
2013-05-19 Marco CostalbaMicroptimize MoveList loop
2013-05-19 Marco CostalbaReduce countermoves less in LMR
2013-05-19 Marco CostalbaMimic an iterator for looping across MoveList
2013-05-15 Marco CostalbaRename Refutation to Countermove
2013-05-14 Gary LinscottMinor bugfixes to refutation table
2013-05-13 Marco CostalbaReformat previous patch
2013-05-13 Joona KiiskiEnable refuation table
2013-05-12 Joona KiiskiSimple always overwrite Refutation table
2013-05-05 Marco CostalbaMerge increased 'movecount' pruning
2013-05-03 Marco CostalbaPrint time and node count before search ends
2013-05-03 Marco CostalbaMerge mobility area tweak
2013-05-02 Gary LinscottFix rounding issue
2013-05-02 Gary LinscottMore aggressive move count pruning
2013-04-28 Marco CostalbaTemporary revert "Expose EvalInfo struct to search"
2013-04-27 Marco CostalbaFix a 'value > VALUE_INFINITE' assert
2013-04-26 Marco CostalbaFix a crash introduced few days ago
2013-04-25 Marco CostalbaStore Eval::Info in Search::Stack
2013-04-25 Marco CostalbaExpose EvalInfo struct to search
2013-04-25 Marco CostalbaMerge Joona's increased static null pruning
2013-04-23 Joona KiiskiFix potential overflow
2013-04-21 Joona KiiskiMore aggressive post-futility pruning
2013-04-19 Marco CostalbaMerge Joona's bishop+pawn tweak
2013-04-14 Marco CostalbaSkip a redundant check
2013-04-10 Marco CostalbaDe-templetize Position::is_draw()
2013-04-10 Joona KiiskiAlways check repetition
next