]> git.sesse.net Git - stockfish/history - src/movepick.cpp
Rewrite how threads are spawned
[stockfish] / src / movepick.cpp
2015-10-24 Marco CostalbaCleanup history stats
2015-10-24 Alain SAVARDSimplify threats
2015-10-20 mbootsectorLazy SMP
2015-10-12 VoyagerOneCombination of two ideas:
2015-07-19 Marco CostalbaTidy up in movepick.cpp
2015-06-25 Marco CostalbaFix compile on icc
2015-06-04 Marco CostalbaRename stages
2015-05-03 Marco CostalbaSplit PSQT init from Position init
2015-05-03 Stefano80Improve ordering of good captures using rank term
2015-04-28 Stefano80Replace MVV/LVA by MVV for good captures
2015-04-15 lucasartRetire FORCE_INLINE
2015-04-10 mstemberaNew formula for quiet move scoring: 3 * cmh + 1 * hist
2015-04-02 mstemberaSimplification to use only one counter move.
2015-03-28 mbootsectorRetire follow-up move heuristic
2015-03-16 Marco CostalbaUse acquire() and release() for spinlocks
2015-03-12 Stefan GeschwentnerIntroduce Counter Move History tables
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaSync with master
2015-03-07 Joona KiiskiRevert C++11 merge
2015-02-28 Marco CostalbaSync with master
2015-02-26 Marco CostalbaSync with master
2015-02-23 Marco CostalbaSync with master
2015-02-22 Marco CostalbaSync with master
2015-02-20 Marco CostalbaSync with master
2015-02-15 Marco CostalbaRevert "Delayed killers checking"
2015-02-14 Marco CostalbaSync with master
2015-02-08 Marco CostalbaSync with master
2015-02-07 Marco CostalbaSync with master
2015-02-01 Marco CostalbaUse move assignment in movegen.h
2015-02-01 Marco CostalbaAllow to assign a Move to an ExtMove
2015-02-01 Marco CostalbaDelay checking for duplicated killer moves
2015-02-01 Marco CostalbaSmall tweaks in movepick.cpp
2015-01-31 Marco CostalbaMore readable score<CAPTURES>()
2015-01-31 Marco CostalbaUse C++11 loops in MovePicker
2015-01-31 Marco CostalbaSync with master
2015-01-30 Marco CostalbaSync with master
2015-01-21 Marco CostalbaFun with lambdas
2015-01-13 hximUse VALUE_ZERO instead of 0 when comparing with Value
2015-01-10 Marco CostalbaUpdate copyright year
2014-12-07 hximRename some variables for more clarity.
2014-11-12 lucasartUse quiet ttMove in qsearch() (7962287)
2014-11-01 Marco CostalbaMerge pull request #89 from official-stockfish/pull_no_...
2014-11-01 lucasartConsistent use of anonymous namespace
2014-04-26 Marco CostalbaFix issues detected by Coverity Scan
2014-04-25 Marco CostalbaSpeed up picking of killers
2014-04-24 Jonathan CalovskiShuffle movepicker score
2014-04-06 Marco CostalbaSync some common names
2014-03-30 Marco CostalbaFix a compile error with Intel C++
2014-03-23 Marco CostalbaRename score to value in ExtMove
2014-02-16 Marco CostalbaUpdate SEE to return a Value
2014-02-15 Marco CostalbaRestore PorbCut name
2014-02-15 Marco CostalbaRename ProbCut to Multicut
2014-02-14 Marco CostalbaAdditional renaming from DON
2014-02-08 Marco CostalbaDon't fear races when are harmless
2014-01-26 Marco CostalbaGrammar fix in MovePicker::next_move
2014-01-14 Stefan GeschwentnerIntroduce 'follow up' moves
2014-01-02 Marco CostalbaUpdate copyright year
2013-12-06 Arjun TemurnikarEven more spelling fixes
2013-12-02 Jerry DonaldAnother round of spelling fixes
2013-12-02 Richard LloydBig assorted spelling fixes
2013-11-17 Marco CostalbaRevert previous patch
2013-11-17 Marco CostalbaFix an assert in SMP case
2013-11-17 Marco CostalbaRetire quietsSearched[]
2013-10-05 Lucas BraeschUse prefix operators wherever possible
2013-09-28 Marco CostalbaDrop 'is' prefix from query functions
2013-09-28 Marco CostalbaRevert "Use a per-thread array"
2013-09-27 Marco CostalbaUse a per-thread array for generated moves
2013-09-15 KojirionUse pre-increment also for native types
2013-07-24 Marco CostalbaSimplify captures ordering
2013-07-21 Marco CostalbaSome renaming in MovePicker
2013-07-19 Marco CostalbaRename MoveStack to ExtMove
2013-05-19 Marco CostalbaDelay killers[] initialization
2013-05-19 Marco CostalbaReduce countermoves less in LMR
2013-05-16 Joona KiiskiUse two counter moves instead of one
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-12 Joona KiiskiSimple always overwrite Refutation table
2013-03-01 Marco CostalbaRename sp to splitPoint
2013-02-20 Marco CostalbaMerge Gary's bishop_pin patch
2013-02-19 Marco CostalbaUpdate copyright year
2013-02-15 Marco CostalbaMerge Gary's king safety tweak
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-04 Marco CostalbaSome renaming in split()
2013-02-03 Marco CostalbaTempletize score_xxx() functions
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
2012-12-25 Marco CostalbaRetire Position::in_check()
2012-10-22 Marco CostalbaRetire refine_eval()
2012-10-21 Marco CostalbaChange NO_PIECE value and shrink PieceValue[]
2012-09-09 Marco CostalbaRename *last to *end
2012-08-20 Marco CostalbaReformat piece values arrays
2012-08-18 Marco CostalbaRetire MovePickerExt struct
2012-06-24 Marco CostalbaUse type_of() to categorize the moves
2012-04-28 Marco CostalbaProper indenting of multiple conditions
2012-02-26 Marco CostalbaRename promotion_piece_type() to promotion_type()
2012-02-19 Marco CostalbaSpread usage of pos.piece_moved()
next