]> git.sesse.net Git - stockfish/history - src/search.cpp
Fix incorrect assert(PvNode == (alpha != beta - 1))
[stockfish] / src / search.cpp
2012-01-22 Marco CostalbaFix incorrect assert(PvNode == (alpha != beta - 1))
2012-01-21 Marco CostalbaFix ss->currentMove when probcutting
2012-01-18 Justin BlanchardFix "go nodes", at least when Threads=1
2012-01-18 Marco CostalbaDon't allow LMR to fall in qsearch
2012-01-16 Marco CostalbaFix a (bogus) warning with gcc 4.4
2012-01-14 Marco CostalbaMove struct RootMove to Search namespace
2012-01-14 Marco CostalbaUse a set to store SearchMoves
2012-01-13 Marco CostalbaEnable easy move detection only for recaptures
2012-01-12 Marco CostalbaUse operator~ to flip colors and squares
2012-01-09 Marco CostalbaIntroduce piece_moved() to simplify common code
2012-01-06 Marco CostalbaExtra time management safety
2012-01-06 Marco CostalbaTry hard not to lose on time
2012-01-02 Marco CostalbaBig renaming of move's helpers
2012-01-01 Marco CostalbaSimplify Book APIs
2011-12-30 Marco CostalbaReformat types.h
2011-12-30 Marco CostalbaSimplify debug functions
2011-12-30 Marco CostalbaAssorted cleanups in benchmark.cpp
2011-12-30 Marco CostalbaRetire RootMove::nodes
2011-12-30 Marco CostalbaUpdate copyright year to 2012
2011-12-28 Marco CostalbaAdd user-defined conversions to UCIOption
2011-12-28 Marco CostalbaFix score_to_uci()
2011-12-28 Marco CostalbaBetter document how mate scores are stored in TT
2011-12-28 Marco CostalbaRename Pieces
2011-12-27 Marco CostalbaDocument mate distance pruning
2011-12-27 Marco CostalbaAssert enhancements in search
2011-12-26 Marco CostalbaReformat UCI option code
2011-12-25 Marco CostalbaRename getters functions removing 'get_' prefix
2011-12-25 Marco CostalbaRestore std::cout instead of printf()
2011-12-24 Marco CostalbaDon't update killers for evasions
2011-12-18 Marco CostalbaUse ADL to skip std:: qualifier
2011-12-17 Marco CostalbaUse printf() instead of std::cout()
2011-12-16 Marco CostalbaRetire update_history() Inline the only caller site
2011-12-16 Marco CostalbaFix book move with searchmoves compatibility
2011-12-14 Marco CostalbaSimplify id_loop() signature
2011-12-14 Marco CostalbaReformat sending of PV information
2011-12-14 Marco CostalbaFurther simplify aspiration code
2011-12-14 Marco CostalbaSimplify aspiration window calculation
2011-12-12 Marco CostalbaRetire RootMoveList
2011-12-10 Marco CostalbaPrune silly comments in search()
2011-12-10 Marco CostalbaAllow to prune also first move
2011-12-10 Marco CostalbaDon't update bestValue when pruning
2011-12-08 Marco CostalbaFix compile for 64 bits
2011-12-07 Marco CostalbaRemove some (int) casts
2011-12-07 Marco CostalbaRetire all extensions (but checks) for non-PV nodes
2011-12-06 Marco CostalbaPrefer empty() to size()
2011-12-04 Marco CostalbaMove SearchStack under Search namespace
2011-12-04 Marco CostalbaRetire move.h
2011-12-03 Marco CostalbaTidy up comments in uci.cpp
2011-11-27 Marco CostalbaLittle reformat of elapsed_search_time()
2011-11-27 Marco CostalbaDetach search arguments from UI thread
2011-11-26 Marco CostalbaFix a race in pondering mode
2011-11-26 Marco CostalbaIntroduce Search namespace
2011-11-26 Marco CostalbaRewrite async I/O
2011-11-19 Marco CostalbaReformat search dispatch code
2011-11-19 Marco CostalbaFix regression with printing of debug info
2011-11-19 Marco CostalbaDon't check for early stop when StopOnPonderhit is set
2011-11-19 Marco CostalbaEarly stop: retire redundant Rml.size() == 1 case
2011-11-18 Marco CostalbaRewrite early stop logic
2011-11-13 Marco CostalbaRename value in bestValue in id_loop()
2011-11-06 Marco CostalbaReformat all_slaves_finished()
2011-11-06 Marco CostalbaBetter document and reshuffle stuff in think()
2011-11-06 Marco CostalbaBetter define wait_for_stop_or_ponderhit()
2011-11-05 Marco CostalbaUse a timer to avoid polling
2011-11-05 Marco CostalbaRewrite how commands from GUI are read
2011-10-31 mcostalbaMerge pull request #1 from Panthee/master
2011-10-31 Alexander KureRetire update_gains()
2011-10-31 Alexander KureReplaced macros Min() and Max() with corresponding...
2011-10-30 Marco CostalbaRetire update_gains()
2011-10-29 Marco CostalbaRetire undo_null_move()
2011-10-22 Marco CostalbaRetire PieceValueXXX[] getters
2011-10-18 Marco CostalbaBetter document mate and stalemate detection
2011-10-17 Marco CostalbaUse newly added log facility instead of LogFile
2011-10-08 Marco CostalbaBetter document how MultiPV search works
2011-10-08 Marco CostalbaSend again all the PV lines in multiPV searching
2011-10-03 Marco CostalbaShrink names of move helpers
2011-10-03 Marco CostalbaSmall touches to book.cpp
2011-10-02 Marco CostalbaBetter naming borrowed from Critter
2011-10-02 Marco CostalbaRevert "Retire Rml full PV search at depth == 1"
2011-10-02 Marco CostalbaDocument why Book is defined static
2011-09-25 Marco CostalbaNo need to test for MOVE_NONE before move_is_ok()
2011-09-24 Marco CostalbaUpdate killers after a TT hit
2011-09-24 Marco CostalbaDon't lock before check for termination
2011-08-10 Marco CostalbaUse a boolean instead as thread's state
2011-08-10 Marco CostalbaRemove Thread::WORKISWAITING
2011-08-10 Marco CostalbaDon't need pthread_detach() after pthread_join()
2011-08-09 Marco CostalbaRetire Rml full PV search at depth == 1
2011-08-08 Marco CostalbaRetire ThreadsManager::init_hash_tables()
2011-08-08 Marco CostalbaRetire Thread::TERMINATED
2011-08-08 Marco CostalbaRetire Thread::INITIALIZING
2011-08-08 Marco CostalbaMove idle_loop() under Thread
2011-08-08 Marco CostalbaTidy up comments in thread.cpp
2011-08-08 Marco CostalbaRetire broken SendSearchedNodes
2011-08-08 Marco CostalbaSync search() and qsearch() alpha update
2011-08-07 Marco CostalbaDo not modify alpha in split()
2011-08-07 Marco CostalbaInitialize a new split point out of lock
2011-08-07 Marco CostalbaUpdate comment on why we call root search with ss+1
2011-08-07 Marco CostalbaFix an assert when stopping the search
2011-08-07 Joona KiiskiSplit at root!
2011-08-06 Joona KiiskiPreparations for splitting at root
2011-08-05 Marco CostalbaSimplify MovePickerExt<>
next