]> git.sesse.net Git - stockfish/history - src
Rewrite bsfq management
[stockfish] / src /
2016-03-28 Marco CostalbaRewrite bsfq management
2016-03-27 snicoletBonus for loose enemies
2016-03-27 mbootsectorRaise endgame passed pawn and material values
2016-03-27 fanonSimplify pawns King Safety calculation
2016-03-15 VoyagerOneA small simplification in movepick.h
2016-03-15 mstemberaSimplify Safe Checks
2016-03-15 Marco CostalbaAssorted cleanup of latest commits
2016-03-10 Stefan GeschwentnerAdd followup moves history for move ordering
2016-03-02 mbootsectorPassed pawn bonus simplification
2016-03-02 snicoletTweak initiative formula
2016-02-28 ElbertoOneClean up depth reduction calculation
2016-02-28 joergosterPass endgame value to evaluate_scale_factor()
2016-02-28 VoyagerOneSimplify Reduction Formula
2016-02-28 Leonid PechenikRevert "Remove slowMover"
2016-02-21 IIvecRemove slowMover
2016-02-21 VoyagerOneHistory Stat Formula Simplification
2016-02-14 VoyagerOneFix futility pruning bug
2016-02-07 hximRemove Weights
2016-02-07 Marco CostalbaDocument HalfDensityMap
2016-01-29 Leonid PechenikTime management simplification
2016-01-24 Guenther Demetzrotating symmetric patterns with increasing skipsize
2016-01-20 Joona KiiskiDo not probe syzygy bases when castling is possible
2016-01-18 lucasartRetire RootNode template
2016-01-18 Guenther DemetzDepth margin parameter-tweak in TT-save
2016-01-18 Joona KiiskiRemove redundant -std=c++0x flag
2016-01-18 Joona KiiskiMakefile: Allow specifying compiler executable
2016-01-18 Marco CostalbaRewrite time formula
2016-01-16 Lyudmil AntonovAssorted English grammar changes
2016-01-13 Stefano80Adjust reductions based on history and cmh tables
2016-01-13 Stefano80Update comments in LMR step
2016-01-09 Leonid PechenikTune time management for LTC
2016-01-03 lucasartRetire CenterBind
2016-01-03 Alain SAVARDFine tuning of unsupported pawn penalty
2016-01-03 Leonid PechenikAdjust time used for move based on previous score
2016-01-03 Joona KiiskiRestore development version
2016-01-02 Joona KiiskiStockfish 7
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-12-30 Joona KiiskiStockfish 7 Beta 2
2015-12-30 Alain SAVARDCorrect Pawn Trace Score + Code Clean up
2015-12-30 Marco CostalbaFix assert with very high score position
2015-12-27 Joona KiiskiStockfish 7 Beta 1
2015-12-27 Marco CostalbaMove some globals into main thread scope
2015-12-23 Marco CostalbaRevert "Fix compiling of 32 bit binary on 64-bit Windows"
2015-12-22 braichFix compiling of 32 bit binary on 64-bit Windows
2015-12-22 DU-jdtoRemove another unnecessary Search::Stack field
2015-12-22 Alain SAVARDNew mobility bonus
2015-12-20 VoyagerOneRemove killer move conditions from LMR
2015-12-20 loco-locoRemove unused field SearchStack::ttMove
2015-12-18 Guenther DemetzDistinct iteration paths for Lazy SMP threads
2015-12-14 mstemberaFix easy move bug in SMP mode
2015-12-14 Alain SAVARDThreats retuned
2015-12-14 Leonid PechenikSimplify time management and fix 'ponder on' bug
2015-12-12 mstemberaFix MultiPv and Skill in SMP.
2015-12-05 absimaldataNew Tuned Weights
2015-12-05 Marco CostalbaSimplify outpost code
2015-12-03 mstemberaProper Makefile for cross compiling 64 or 32 bit PGO...
2015-12-02 Stéphane NicoletIntroduce new Threats weights = {350, 256}
2015-11-25 Joona KiiskiRevert "Allow cross compilation of Windows binaries...
2015-11-24 mstemberaAllow cross compilation of Windows binaries on a Linux...
2015-11-21 mstemberaClean up RootMove less operator
2015-11-21 lucasartFix TT comment and static_assert()
2015-11-21 Marco CostalbaRewrite how threads are spawned
2015-11-16 VoyagerOneHistory Pruning: Don't prune the main killer move.
2015-11-16 Ken T TakusagawaDo not conceal the invocation of the benchmark program
2015-11-14 Stefan GeschwentnerBonus for reachable outpost
2015-11-13 Marco CostalbaRetire ThreadBase
2015-11-13 Marco CostalbaFix broken UCI 'wait for stop'
2015-11-10 lucasartAvoid friend
2015-11-10 lucasartEnsure that rootDepth < DEPTH_MAX
2015-11-03 Marco CostalbaGet rid of timer thread
2015-11-02 mbootsectorPick bestmove from the deepest thread.
2015-10-31 Marco CostalbaAssorted trivia in search.cpp
2015-10-31 VoyagerOneNew History Bonus Formula
2015-10-30 AjithReduce variation in rootDepth between different threads
2015-10-29 Stéphane NicoletSome code and comment cleanup
2015-10-25 lucasartUse atomics instead of volatile
2015-10-24 Stefano80KRPPKRP endgame: Simplify ugly switch statement
2015-10-24 Marco CostalbaCleanup history stats
2015-10-24 Alain SAVARDSimplify threats
2015-10-24 VoyagerOneHistory pruning
2015-10-22 Marco CostalbaUpdate authors
2015-10-21 Stefano80Almost passed tuning attempts
2015-10-20 mbootsectorLazy SMP
2015-10-16 Stéphane NicoletAsymmetry bonus for the attacking side
2015-10-12 VoyagerOneCombination of two ideas:
2015-10-07 Jonathan CalovskiRetire rook contact checks
2015-10-06 Marco CostalbaTravis CI: add clang and osx
2015-10-06 Stefano80Tuning of assorted values
2015-10-06 Alain SAVARDRemove queen threat evaluation
2015-10-05 Marco CostalbaFix a comment in TTEntry::save
2015-10-05 Marco CostalbaRun PVS-STUDIO analyzer
2015-10-03 Stefan GeschwentnerFile based passed pawn bonus
2015-10-03 Jonathan CalovskiBonus for checking moves
2015-09-30 Marco CostalbaRework lock protecting
2015-09-19 Jonathan CalovskiRefine ranks and increase resulting bonus.
2015-09-18 mstemberaReduce writes in TT::probe().
2015-09-18 mstemberaRemove unnecessary generation check in TT save
2015-09-15 Stefan GeschwentnerScales the endgame score by the number of pawns.
2015-09-10 Joona KiiskiCareful SMP locking - Fix very occasional hangs
next