]> git.sesse.net Git - stockfish/history - src/movepick.h
Reformat FEN construction
[stockfish] / src / movepick.h
2012-09-09 Marco CostalbaRename *last to *end
2012-08-18 Marco CostalbaRetire MovePickerExt struct
2012-01-24 Marco CostalbaOrder bad captures by MVV/LVA
2012-01-22 Marco CostalbaShrink sequencer table
2012-01-21 Marco CostalbaRename NON_CAPTURE to QUIET
2012-01-21 Marco CostalbaReshuffle stuff in MovePicker
2012-01-21 Marco CostalbaUse an enum instead of a table as MovePicker sequencer
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-25 Marco CostalbaRename getters functions removing 'get_' prefix
2011-12-04 Marco CostalbaMove SearchStack under Search namespace
2011-12-04 Marco CostalbaRetire move.h
2011-06-26 Marco CostalbaRetire seeValues[] and move PieceValue[] out of Position
2011-06-15 Marco CostalbaTry only recaptures in qsearch if depth is very low
2011-06-09 Marco CostalbaRevert refinedValue in ProbCut
2011-06-08 Marco CostalbaUse refinedValue in ProbCut condition
2011-06-04 Marco CostalbaDo not sort negative non captures at low depth
2011-06-03 Marco CostalbaSplit non capture in two sets when ordering
2011-05-30 Marco CostalbaNew extended probcut implementation
2011-05-28 Marco CostalbaRetire mateKiller
2011-05-24 Marco CostalbaA bit of reformatting after previous series
2011-05-23 Marco CostalbaMove legal check out of MovePicker
2011-05-21 Marco CostalbaIntroduce MovePicker::isBadCapture() and use in probcut
2011-04-24 Marco CostalbaRename MOVES_MAX in MAX_MOVES
2011-04-16 Marco CostalbaRemove one indentation level in get_next_move()
2011-02-23 Marco CostalbaMove all enum types definitions to types.h
2011-01-27 Marco CostalbaRetire singleEvasion
2011-01-23 Marco CostalbaAdd a MovePicker c'tor specialized for qsearch
2010-11-28 Marco CostalbaFix 'generation' type to uint8_t
2010-11-01 Marco CostalbaPrefer int to uint8_t when possible
2010-10-09 Marco CostalbaSmall codestyle touches
2010-09-13 Marco CostalbaRetire badCaptures[] array in MovePicker
2010-08-19 Marco CostalbaDo not score PH_QCHECKS
2010-04-11 Marco CostalbaFix some warnings under +w1 HP-UX compile
2010-03-20 Marco CostalbaUpdated copyright year to 2010
2010-02-28 Marco CostalbaTry bad captures before non-captures
2010-02-05 Marco CostalbaDelay sorting of negative scored non-captures
2010-01-27 Marco CostalbaSimplify locking in sp_search and sp_search_pv
2010-01-19 Marco CostalbaOrder check moves used in qsearch
2010-01-03 Marco CostalbaRetire 'finished' from MovePicker
2009-11-05 Marco CostalbaRetire MovePicker::discovered_check_candidates()
2009-08-31 Marco CostalbaMovePicker: rename number_of_moves() in number_of_evasi...
2009-08-31 Marco CostalbaUse pointers instead of array indices also for badCaptures
2009-08-30 Marco CostalbaRevert "null move reorder" series
2009-08-29 Marco CostalbaConvert handling of tt moves and killers to standard...
2009-08-29 Marco CostalbaUse pointers instead of array indices in MovePicker
2009-08-27 Marco CostalbaChange the flow in wich moves are generated and picked
2009-08-26 Joona KiiskiAdd Null move support to MovePicker.
2009-08-26 Marco CostalbaClean killers handling in movepicker
2009-07-24 Marco CostalbaDelay costly SEE call during captures ordering in MoveP...
2009-06-12 Marco CostalbaMovePicker doesn't need to know if called from a pv...
2009-06-02 Marco CostalbaConvert History table H in a local variable
2009-06-02 Marco CostalbaAvoid using EmptySearchStack global
2009-05-25 Marco CostalbaMerge hardware POPCNT detection and use
2009-05-25 Marco CostalbaSplit killer moves from non-captures
2009-05-20 Marco CostalbaSmall code style in headers
2009-05-09 Marco CostalbaFix some Intel compilers warnings
2009-05-07 Marco CostalbaUpdate copyright year
2009-05-02 Marco CostalbaSort moves just after scoring
2009-04-18 Marco CostalbaMovePicker: retire per square MVV/LVA ordering
2009-04-18 Marco CostalbaIn qsearch store the cut move in TT
2009-03-31 Marco CostalbaSilence a bunch of warnings under MSVC /W4
2009-03-24 Marco CostalbaCache evaluation score in qsearch
2009-03-19 Marco CostalbaBig headers cleanup
2009-03-02 Marco CostalbaRevert hidden checkers rework
2009-02-19 Marco CostalbaDo not pass discovery check candidates in Position...
2009-01-25 Marco CostalbaMovePicker, remove a variable
2008-11-26 Marco CostalbaRevert threat move ordering
2008-11-25 Marco CostalbaMovePicker: take advantage of threat move for ordering
2008-11-19 Marco CostalbaRemove an include in movepick.h
2008-11-16 Marco CostalbaFix Intel warnings and init_search_stack argument
2008-11-16 Marco CostalbaConvert killers to a vector
2008-11-16 Marco CostalbaDisable per-square MVV/LVA for now
2008-11-16 Marco CostalbaMovePicker: use EvalInfo to skip generating captures
2008-11-16 Marco CostalbaMovePicker: introduce per square MVV/LVA ordering
2008-11-01 Marco CostalbaRefine "few moves" in "last minute surprise"
2008-10-26 Marco CostalbaManual merge
2008-10-26 Marco CostalbaTry to cleanup movepick
2008-10-26 Marco CostalbaRestore original movepick modulo space inflation
2008-10-20 Marco CostalbaUpdate copyright info
2008-10-19 Marco CostalbaUpdate copyright info
2008-10-18 Marco CostalbaMovepick: add and use find_best_index() helper
2008-10-18 Marco CostalbaMovePicker: use const reference instead of pointers
2008-10-18 Marco CostalbaSpace inflate movepick.cpp
2008-10-18 Marco CostalbaAlways add psqt scoring
2008-10-18 Marco CostalbaShortcut sorting when no move is in history
2008-10-13 Marco CostalbaWorkaround a static data member bug in MSVC
2008-10-06 Marco CostalbaBetter interface to get the current move type
2008-10-06 Marco CostalbaTeach MovePicker::get_next_move() to return move type
2008-09-01 Marco CostalbaInitial import of Glaurung 2.1