]> git.sesse.net Git - stockfish/history - src
Reorder conditions according to their frequency
[stockfish] / src /
2013-04-05 Joona KiiskiMake use of asymmetric SEE
2013-04-05 Joona KiiskiFix a silly bug
2013-04-05 Joona KiiskiIntroduce asymmetric SEE.
2013-04-05 Marco CostalbaLower minimum allowed TT size to 1 MB
2013-04-05 Marco CostalbaRevert "Double Impact of Gain tables"
2013-04-04 Hiraoka TakuyaDon't early stop if we have a mated score
2013-04-03 Joona KiiskiDouble Impact of Gain tables
2013-03-30 Marco CostalbaSet IID half way between d/2 and d-4
2013-03-29 Marco CostalbaMerge branch 'master' into increase_iid
2013-03-25 Marco CostalbaRaise Min Split Depth
2013-03-24 Marco CostalbaUpdate bestValue when futility pruning (2)
2013-03-23 Joona KiiskiFix bogus mate scores in some positions
2013-03-23 junderyUse ALL_PIECES value to reference attackedBy
2013-03-22 Marco CostalbaIncrease non-PV IID search depth
2013-03-19 Marco CostalbaBetter document bitbase loop
2013-03-18 Gary LinscottAdd KNPKB endgame
2013-03-16 Marco CostalbaFurther increase SEE prune depth
2013-03-16 Marco CostalbaRevert "Check for easy move just once"
2013-03-15 RyanTakerImproved Readability of Material
2013-03-12 junderyDo more work between prefetch and querying transpositio...
2013-03-11 Gary LinscottCheck for easy move just once
2013-03-11 Gary LinscottBe more aggressive on trying to finish iterations
2013-03-04 Marco CostalbaIncrease see prune depth
2013-03-04 Marco CostalbaRevert "Store moves sent with "position" UCI command"
2013-03-04 Marco CostalbaSimplify "easy move" detection
2013-03-04 Marco CostalbaAvoid locking/unlocking in a tight loop
2013-03-04 junderyFix race condition where idle_loop() gets called from...
2013-03-04 jhellis3Stop search if only 1 legal move
2013-03-02 Marco CostalbaFix easy re-capture case
2013-03-02 Marco CostalbaStore moves sent with "position" UCI command
2013-03-01 Marco CostalbaRename sp to splitPoint
2013-03-01 junderyRemove strange use of the ternary operator
2013-03-01 junderySplit() clean up locking
2013-02-27 Marco CostalbaMerge Lucas's "SEE pruning at PV nodes"
2013-02-27 Marco CostalbaRemove pruning condition on alpha
2013-02-27 Lucas BraeschPrune negative SEE moves also in PV nodes
2013-02-23 Marco CostalbaAvoid a tricky line in shelter_storm()
2013-02-21 Marco CostalbaUse DD-MM-YY as date format
2013-02-21 Marco CostalbaStatically link std libraries under mingw
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 junderyPrint leading zeroes in hash keys
2013-02-19 Gary LinscottMerge branch 'master' into bishop_pin_clop
2013-02-19 Gary LinscottBring back original bonus
2013-02-19 Marco CostalbaUpdate copyright year
2013-02-17 Gary LinscottBack to CLOP average values
2013-02-16 Marco CostalbaAccount for gamePly after each move
2013-02-15 Marco CostalbaMerge Gary's king safety tweak
2013-02-15 Marco CostalbaFurther speed up bitbase generation
2013-02-15 Gary LinscottAdd new clop tuned value
2013-02-14 Gary LinscottMerge branch 'master' into bishop_pin_clop
2013-02-14 Gary LinscottRevert "Use CLOP mean value instead of max"
2013-02-13 Marco CostalbaSpeedup KPK bitbase of 25%
2013-02-13 Marco CostalbaSimplify bitbase.cpp
2013-02-13 Gary LinscottUse CLOP mean value instead of max
2013-02-13 Gary LinscottMerge branch 'simplify_eval' into bishop_pin_clop
2013-02-13 Gary LinscottCLOP tuned
2013-02-12 Gary LinscottAdd clop parameters
2013-02-11 Gary LinscottMerge branch 'master' into simplify_eval
2013-02-11 Gary LinscottBishop pins only
2013-02-10 Marco CostalbaRename and de-templetize sort()
2013-02-09 Marco CostalbaFurther simplify first_entry()
2013-02-09 Marco CostalbaMicroptimize first_entry() for 32bits
2013-02-09 Marco CostalbaRetire TTCluster and simplify TT
2013-02-09 Marco CostalbaSimplify move_to_san()
2013-02-08 Gary LinscottSlight tweak to king safety. Bench: 5534531
2013-02-08 Marco CostalbaRetire slavesPositions
2013-02-08 Marco CostalbaAdd const qualifer to go()
2013-02-08 Marco CostalbaWorkaround value-initialization in MSVC
2013-02-07 Gary LinscottAdd KBPKP endgame
2013-02-06 Marco CostalbaChange slave_available() API
2013-02-06 junderyRename posKey stored in the transposition table
2013-02-06 junderyAdd const qualifer to check_is_dangerous
2013-02-05 Marco CostalbaSlightly change split() API
2013-02-04 Marco CostalbaDerive ThreadPool from std::vector
2013-02-04 Marco CostalbaMove split() under Thread
2013-02-04 Marco CostalbaSome renaming in split()
2013-02-03 Marco CostalbaBe clear about not LMR the ttMove
2013-02-03 Marco CostalbaTempletize score_xxx() functions
2013-02-03 Marco CostalbaRename prevents_move() to refutes()
2013-02-03 Marco CostalbaCorrectly score enpassant captures
2013-02-02 Marco CostalbaUnify History and Gains under a single Stats class
2013-02-02 Marco CostalbaRetire history.h
2013-02-02 Gary LinscottSimplify eval take 2. Bench 5097444
2013-02-02 Marco CostalbaRestore "fail-low of reduced" and close regression
2013-02-02 Marco CostalbaRevert "Simplify Evaluation"
2013-02-02 Marco CostalbaRevert "Extend full 3 fold detection to PvNodes"
2013-01-28 Marco CostalbaRewrite do_castle_move()
2013-01-27 Marco CostalbaRewrite do_null_move()
2013-01-27 Marco CostalbaGet rid of some locals in do_castle_move()
2013-01-27 Marco CostalbaDon't prefetch if not needed
2013-01-26 Marco CostalbaRetire generate_king_moves()
2013-01-26 Gary LinscottBring back just bishop pins
2013-01-26 Marco CostalbaClarify slavesMask usage
2013-01-26 Marco CostalbaRevert "Further push singular extension"
2013-01-26 Marco CostalbaMerge branch 'simplify_eval' of https://github.com...
2013-01-24 Gary LinscottSimplify evaluation
2013-01-21 Marco CostalbaSmall reformat of split()
2013-01-20 Marco CostalbaFix an idiotic icc warning
2013-01-20 Marco CostalbaFuther renaming in thread.cpp
2013-01-16 Marco CostalbaBig renaming in thread stuff
next