]> git.sesse.net Git - stockfish/history - src/search.cpp
Small update to pop_1st_bit()
[stockfish] / src / search.cpp
2009-11-09 Marco CostalbaSmall CheckInfo fallout
2009-11-09 Marco CostalbaConvert move_is_check() to take a CheckInfo reference
2009-11-09 Marco CostalbaUse CheckInfo to compute dcCandidates
2009-11-07 Marco CostalbaRevert "Do not extend at low depths if not in PV"
2009-11-07 Marco CostalbaRevert "IID in pv also when TT move depth is too small"
2009-11-06 Marco CostalbaDo not extend at low depths if not in PV
2009-11-06 Marco CostalbaIID in pv also when TT move depth is too small
2009-11-05 Marco CostalbaMove locals definitions at the function start
2009-11-05 Marco CostalbaRetire MovePicker::discovered_check_candidates()
2009-11-04 Marco CostalbaSpeed up perft
2009-11-01 Joona KiiskiImplemented perft
2009-10-22 Marco CostalbaUnify capture and promotion tests
2009-10-22 Marco CostalbaDon't prune TT move in qsearch even if SEE < 0
2009-10-19 Marco CostalbaAvoid a needless locking in sp_search()
2009-10-18 Joona KiiskiSimilarize pruning code in search() and sp_search()
2009-10-15 Marco CostalbaDo not prune the move if we are still under mate
2009-10-12 Marco CostalbaFix a crash when reaching PLY_MAX in a check position
2009-10-08 Marco CostalbaRestore development version
2009-10-08 Marco CostalbaStockfish 1.5.1
2009-10-08 Marco CostalbaFix the polling frequency when pondering
2009-10-08 Tord RomstadUse slightly lower polling frequency in the last few...
2009-10-07 Tord RomstadMinor change to time management code, to make sure...
2009-10-06 Tord RomstadDisplay fail high/fail low in search log file.
2009-10-06 Marco CostalbaFix use of an initialized SearchStack
2009-10-06 Marco CostalbaSmall code reformat in TranspositionTable::extract_pv()
2009-10-05 Marco CostalbaRestore development version
2009-10-04 Marco CostalbaStockfish 1.5
2009-09-30 Marco CostalbaOptimize futilityValue calculation
2009-09-29 Marco CostalbaFix a MSVC warning in search.cpp
2009-09-29 Tord RomstadTemporarily removed the unfinished UCI_Elo code in...
2009-09-29 Marco CostalbaPrint RootMoveList startup scoring
2009-09-22 Marco CostalbaSimplify move legality check for uncommon cases
2009-09-20 Marco CostalbaSave static evaluation also for failed low nodes
2009-09-20 Marco CostalbaRevert evaluation drift
2009-09-20 Marco CostalbaEvaluation drift: add always 7 instead of ply
2009-09-20 Marco CostalbaRename piece_attacks_from() in attacks_from()
2009-09-20 Marco CostalbaRename piece_attacks() in piece_attacks_from()
2009-09-20 Marco CostalbaCleanup piece_attacks_square() functions
2009-09-20 Marco CostalbaRename attacks_to() in attackers_to()
2009-09-19 Marco CostalbaDon't compensate TT for evaluation drift
2009-09-17 Joona KiiskiMake static value saved in TT independent from ply
2009-09-15 Marco CostalbaEvaluation drift
2009-09-04 Marco CostalbaSet LMRPVMoves to 10 instead of 14
2009-09-02 Tord RomstadBug fix for discovered checks in connected_moves().
2009-08-31 Marco CostalbaMovePicker: rename number_of_moves() in number_of_evasi...
2009-08-30 Marco CostalbaWorkaround a bug in Position::has_mate_threat()
2009-08-30 Marco CostalbaRevert "null move reorder" series
2009-08-29 Marco CostalbaUse pointers instead of array indices in MovePicker
2009-08-26 Marco CostalbaDisable again null move at depth == OnePly
2009-08-26 Joona KiiskiUse special null move technique in low depth.
2009-08-26 Joona KiiskiUse nullMove only through MovePicker.
2009-08-26 Joona KiiskiCreate useNullMove local variable
2009-08-25 Marco CostalbaMicro-optimze extension()
2009-08-10 Marco CostalbaEnable prefetch also for gcc
2009-08-09 Marco CostalbaTry to prefetch as soon as position key is ready
2009-08-09 Marco CostalbaAdd TT prefetching support
2009-08-08 Marco CostalbaLet LMR at root be independent of MultiPV value
2009-08-07 Tord RomstadSupply the "upperbound" and "lowerbound" parameters...
2009-08-06 Tord RomstadMoved the code for extracting the PV from the TT to...
2009-08-06 Tord RomstadAdded a new function build_pv(), which extends a PV...
2009-08-04 Tord RomstadInitial work towards adjustable playing strength.
2009-08-03 Tord RomstadAdded LMR at the root.
2009-07-26 Joona KiiskiRemove useless mate value special handling in null...
2009-07-25 Marco CostalbaMicro optimize extension() in search.cpp
2009-07-20 Marco CostalbaCorrectly set mateThreat in search()
2009-07-18 Marco CostalbaUse increased LMR horizont also in PV search
2009-07-18 Marco CostalbaReintroduce null move dynamic reduction
2009-07-18 Marco CostalbaUse increased LMR horizont only after a null move
2009-07-18 Marco CostalbaCombine increased LMR horizont and fixed null move...
2009-07-17 Tord RomstadRemoved an incorrect assert() statement in search.cpp...
2009-07-15 Tord RomstadRenamed the variable 'looseOnTime' to 'loseOnTime'...
2009-07-15 Marco CostalbaRemove "Last seconds noise" filtering UCI option
2009-07-12 Marco CostalbaIntroduce see_sign() and use it to shortcut full see()
2009-07-12 Marco CostalbaMove some global variables to local scope in search.cpp
2009-07-02 Marco CostalbaRevert per-thread history tables
2009-06-20 Marco CostalbaFix compile errors in debug mode
2009-06-20 Marco CostalbaMicro optimize and rename move_promotion()
2009-06-18 Joona KiiskiDisable use of aspiration window in known win positions
2009-06-13 Marco CostalbaReduce SMP contention on TT
2009-06-12 Marco CostalbaCode style triviality in search.cpp
2009-06-12 Marco CostalbaRemove global variables from search.h
2009-06-12 Marco CostalbaMovePicker doesn't need to know if called from a pv...
2009-06-03 Marco CostalbaDocument variables with heavy SMP read access
2009-06-03 Marco CostalbaRetire UseQSearchFutilityPruning and UseFutilityPruning
2009-06-03 Marco CostalbaUse one History table per thread
2009-06-02 Marco CostalbaConvert History table H in a local variable
2009-06-02 Marco CostalbaAvoid using EmptySearchStack global
2009-05-16 Marco CostalbaMove beta counter variables to the per-thread data
2009-05-16 Marco CostalbaBetter document how history works
2009-05-15 Marco CostalbaFix broken multi-pv with aspiration window search
2009-05-07 Marco CostalbaUpdate copyright year
2009-05-07 Marco CostalbaRewrite the way application exits
2009-05-07 Marco CostalbaBe sure book file is closed before we leave
2009-05-03 Marco CostalbaChange TT interface to ask directly for a position key
2009-04-30 Marco CostalbaDo not razor after a null move
2009-04-29 Marco CostalbaFix assignment of pv[0] when creating root move list
2009-04-28 Marco CostalbaMerge Joona's razoring tweaks
2009-04-28 Marco CostalbaHardcode depth limit for selective search
2009-04-27 Marco CostalbaCode style cleanup in transposition table code
2009-04-27 Marco CostalbaRemove an useless comparison in futility pruning
next