]> git.sesse.net Git - stockfish/shortlog
stockfish
2009-11-27 Marco CostalbaIncrementalFutilityMargin to 4 and increased pruning
2009-11-27 Joona KiiskiDrop OnlyMoveExt PV-condition from 8 plies to 6 plies
2009-11-27 Marco CostalbaUse move not ttMove in exclude search
2009-11-27 Marco CostalbaBetter document previous patch
2009-11-26 Marco CostalbaFix a possible crash in excluded search condition
2009-11-25 Marco CostalbaDocument why we don't use TT to prune in search_pv()
2009-11-25 Joona KiiskiRevert last Only move extensions tweaks
2009-11-25 Marco CostalbaSpeed up sorting of non-captures
2009-11-25 Marco CostalbaRewrite messy LSN-code take 2
2009-11-25 Joona KiiskiRewrite messy LSN-code
2009-11-25 Joona KiiskiRemove RootMoveList::scan_for_easy_move()
2009-11-25 Joona KiiskiRemove 2 FIXMEs from search.cpp
2009-11-23 Marco CostalbaDocument and cleanup new effective-single-reply code
2009-11-23 Joona KiiskiAlways extend full ply in PV
2009-11-23 Joona KiiskiAdd mild extension in low depths
2009-11-23 Joona KiiskiFix currentMove bug
2009-11-23 Joona KiiskiOnly move extension based on exclusion search
2009-11-23 Joona KiiskiBase work for exclusion search
2009-11-23 Marco CostalbaTone down a bit futility parameters
2009-11-23 Marco CostalbaRemove 4*IncrementalFutilityMargin from futilityValue
2009-11-23 Marco CostalbaLogaritmic futility margins
2009-11-23 Marco CostalbaExponential futility margins
2009-11-23 Marco CostalbaHistory pruning exponential limit
2009-11-23 Marco CostalbaIncremental Futility Margin
2009-11-22 Marco CostalbaIn razor qsearch use corrected beta
2009-11-22 Marco CostalbaCode style triviality
2009-11-15 Marco CostalbaMicro-optimize get_material_info()
2009-11-14 Marco CostalbaConvert pawns evaluation to Score
2009-11-14 Marco CostalbaMove game phase computation to MaterialInfo
2009-11-14 Marco CostalbaNull move dynamic reduction based on value
2009-11-13 Marco CostalbaUse a more standard perft UCI interface
2009-11-13 Marco CostalbaBetter document king safety evaluation
2009-11-13 Marco CostalbaRearrange table layout in evaluate.cpp
2009-11-13 Marco CostalbaRemove dcCandidates data member from SplitPoint
2009-11-11 Marco CostalbaRemove update_checkers()
2009-11-11 Marco CostalbaRetire evaluate_mobility()
2009-11-11 Marco CostalbaSmall sort_moves() deobfuscation
2009-11-11 Marco CostalbaDon't futility-prune ttMove
2009-11-10 Marco CostalbaPropagate "move is check" info to do_move()
2009-11-10 Marco CostalbaSmall update_checkers() cleanup
2009-11-10 Marco CostalbaSmall update to pop_1st_bit()
2009-11-09 Marco CostalbaSmall CheckInfo fallout
2009-11-09 Marco CostalbaFully convert move_is_check() internally
2009-11-09 Marco CostalbaConvert move_is_check() to take a CheckInfo reference
2009-11-09 Marco CostalbaUse CheckInfo to compute dcCandidates
2009-11-09 Marco CostalbaIntroduce CheckInfo struct
2009-11-09 Marco CostalbaFix operator/(Score s, int i)
2009-11-09 Marco CostalbaDon't copy the key in do_move
2009-11-09 Marco CostalbaDefine Score as an enum
2009-11-07 Marco CostalbaChange Score definition to avoid the union
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-07 Marco CostalbaLast conversions to Score in evaluate.cpp
2009-11-07 Marco CostalbaConvert ThreatBonus to Score
2009-11-07 Marco CostalbaConvert RookOn7thBonus and QueenOn7thBonus to be Score
2009-11-07 Marco CostalbaConvert mobility bonus tables to Score
2009-11-07 Marco CostalbaConvert apply_weight() to handle Score
2009-11-07 Marco CostalbaConvert MaterialInfo and PawnInfo to use Score
2009-11-07 Marco CostalbaIntroduce PieceSquareTable[16][64]
2009-11-07 Marco CostalbaConvert Position to use Score struct
2009-11-07 Marco CostalbaIntroduce Score struct
2009-11-07 Marco CostalbaFix correct name of int64_t type
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-06 Marco CostalbaBetter big-endian support wording in Makefile
2009-11-06 Marco CostalbaEnable POPCNT only through Makefile
2009-11-06 Joona KiiskiAdd popcnt-support in Makefile
2009-11-06 Marco CostalbaSmall code-style touches in movegen.cpp
2009-11-06 Marco CostalbaFix a small warning under icc
2009-11-06 Marco CostalbaBig-endian compatible pop_1st_bit()
2009-11-06 Marco CostalbaFix a compile error in debug mode
2009-11-05 Marco CostalbaEnable PH_TT_MOVES during evasion generation
2009-11-05 Marco CostalbaExtend move_is_legal() to work also when in check
2009-11-05 Marco CostalbaMove locals definitions at the function start
2009-11-05 Marco CostalbaRetire MovePicker::discovered_check_candidates()
2009-11-05 Marco CostalbaRewrite generate_pawn_moves() and simplify evasions
2009-11-05 Marco CostalbaGenerate pseudo-legal moves in generate_evasions()
2009-11-04 Marco CostalbaOptimize generate_evasions()
2009-11-04 Marco CostalbaSpeed up perft
2009-11-04 Marco CostalbaRemove SEE optimizations
2009-11-01 Marco CostalbaReorder evasions
2009-11-01 Marco CostalbaAnother see() shortcut
2009-11-01 Marco CostalbaShortcut see_sign() when SEE is known negative
2009-11-01 Marco CostalbaRemove castling moves in check generation
2009-11-01 Marco CostalbaOptimize check generation
2009-11-01 Joona KiiskiImplemented perft
2009-10-31 Marco CostalbaEvaluation threat values after 39089 games
2009-10-25 Marco CostalbaFix build under gcc
2009-10-25 Marco CostalbaAdd threat evaluation
2009-10-23 Marco CostalbaMicro optimize mobility calculation
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-22 Marco CostalbaPick best moves one per cycle instead of sorting
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-17 Marco CostalbaUse an homegrown insertion sort instead of std::sort()
2009-10-15 Marco CostalbaDo not prune the move if we are still under mate
2009-10-15 Tord RomstadMinor improvement in eval of unstoppable pawns promotin...
2009-10-12 Marco CostalbaFix a crash when reaching PLY_MAX in a check position
2009-10-12 Marco CostalbaAdd a new rule on promoting pawns in evaluate_passed_pa...
next