]> git.sesse.net Git - stockfish/history - src
Bugfix of Position::has_repeated()
[stockfish] / src /
2018-06-04 joergosterBugfix of Position::has_repeated()
2018-06-03 Stéphane NicoletFix overload ambiguity
2018-06-02 pb00068Extra bonus for capture creating a huge fail high
2018-06-02 Stéphane NicoletFix comments, rename variables
2018-06-02 Joost VandeVondeleReallocate TT on threadpool resize.
2018-05-30 Joost VandeVondeleSimplify depth reduction in IID.
2018-05-30 Rodrigo Exterckött... Use threads to clear the TT faster.
2018-05-24 VoyagerOneLMR Capture Tweak
2018-05-24 protonspringSimplify BlockedByPawn to one dimension
2018-05-24 Joost VandeVondeleCorrectly prevent recursive verification in nmp.
2018-05-22 Joost VandeVondeleSimplify color usage in search.
2018-05-22 VoyagerOneSimply reset StatScore to zero at beta cutoff
2018-05-21 protonspringSimplify shelter: always do strength and danger
2018-05-21 Stéphane NicoletSimplifying away the progressKey
2018-05-16 mstemberaFix MSVC errors in tbprobe.cpp
2018-05-16 Tom TruscottUse cycle detection to bound search value
2018-05-14 VoyagerOneUpdate search.cpp
2018-05-13 Stéphane NicoletTweak kingAttackersCount and KingAttackWeights
2018-05-10 mstemberaInclude all blockers in king danger
2018-05-10 protonspringConsolidate pawn storm types
2018-05-10 Stefan GeschwentnerTune null move pruning
2018-05-09 candirufishTuned some pawns and evaluation constants
2018-05-08 Joost VandeVondeleRemove goto, limit skipping to NMP
2018-05-08 Stefan GeschwentnerTweak null move pruning conditions
2018-05-08 Alain SAVARDDrop the lever condition for backwards
2018-05-08 Joost VandeVondeleRemove skipEarlyPruning argument to search()
2018-05-06 protonspringSimplify the backward pawns code
2018-05-03 Stéphane NicoletTweak the connected[] array value for pawns on rank 5
2018-05-02 Stéphane NicoletCorrect a bug introduced by Stéphane in the previous...
2018-05-01 protonspringUse special rule for BlockedByKing
2018-05-01 MJZ1977Penalty for bad bishop with blocked central files
2018-04-29 Stefano80Always scale using pawn contribution
2018-04-29 Joost VandeVondeleSimplifiy IID condition
2018-04-29 Joost VandeVondeleFix 'make strip' for mingw.
2018-04-29 Stéphane NicoletUpdate various comments
2018-04-24 Alain SAVARDNo Queen in the MobilityArea
2018-04-23 Stéphane NicoletSimplify the ShelterStrength[] array
2018-04-23 ceeboAlternative formula for dynamic contempt
2018-04-23 Joost VandeVondeleRemove template W param
2018-04-23 Stéphane NicoletAllow UCI parameters to be double
2018-04-18 protonspringSimplify BlockedByKing in pawn storms
2018-04-18 Stéphane NicoletSimplify the shelter mask
2018-04-18 Alain SAVARDTidy up on Overload
2018-04-18 Joost VandeVondeleDocument Elo impact of the LMR part of search
2018-04-18 syzygy1Tablebases root ranking
2018-04-18 syzygy1Analysis Contempt combo box
2018-04-14 syzygy1Fix reported DTZ for mate-in-1-ply positions
2018-04-12 Marco CostalbaFurther documentation and coding style on TB code
2018-04-10 Jerry Donald WatsonSimplify condition in space definition
2018-04-07 VoyagerOneReset negative statScore on fail high
2018-04-06 Mark TenzerIntroduce Overload
2018-04-03 Alain SAVARDRemove the Queen from the mobility area of minor pieces
2018-04-03 Torsten FranzSimplify ThreatBySafePawn evaluation
2018-04-02 Joost VandeVondeleSimplify Singular Extension condition
2018-04-01 Joost VandeVondeleDocument Elo impact of various parts of search
2018-04-01 mstemberaSome small changes
2018-04-01 Stéphane NicoletSimplify KBPKB endgame with opposite bishops
2018-03-31 Joost VandeVondeleRefine SEE threshold for capture pruning.
2018-03-30 Alain SAVARDCandidate Passed Pawn
2018-03-30 Ondrej MosnáčekUse per-thread dynamic contempt
2018-03-27 Jerry Donald WatsonChange reduction/improving interaction
2018-03-27 Stéphane NicoletTweak queen values for midgame and endgame
2018-03-27 protonspringSimplification: remove pawn shelter/storm masks
2018-03-27 Ondrej MosnáčekFix dynamic contempt for MultiPV
2018-03-27 Ondrej MosnáčekRefactor tbprobe.cpp
2018-03-27 Marco CostalbaFix indentation in movepicker.cpp
2018-03-27 Stéphane NicoletSwitch time management to 64 bits
2018-03-26 Jerry Donald WatsonMake kingRing always 8 squares
2018-03-24 Chess13234IID margin reduced to 128
2018-03-21 Joost VandeVondeleJoin refutation stages in the movepicker
2018-03-21 DU-jdtoFix a few minor code style inconsistencies
2018-03-18 Joost VandeVondeleJoin common code in the stages of next_move()
2018-03-18 Joost VandeVondeleSimplify razoring logic
2018-03-18 Ronald de ManMark all compile-time constants as constexpr.
2018-03-16 mstemberaFix an MSVC 2017 error and warnings.
2018-03-15 Stéphane NicoletRenaming some variables in code
2018-03-15 Joost VandeVondeleMake using quiescence search implicit
2018-03-14 Stéphane NicoletCheck the clock every 1024 nodes
2018-03-14 lucasartUse intrinsics only for LSB/MSB
2018-03-13 Jerry Donald WatsonSimplify condition for ProbCut move count pruning
2018-03-13 Jerry Donald WatsonTweak probcut margin with 'improving' flag
2018-03-13 VoyagerOneUse quiescence search for Probcut
2018-03-13 Joost VandeVondeleqsearch(): remove inCheck as a template parameter
2018-03-12 Jerry Donald WatsonAdjust initiative in pure pawn endgames
2018-03-12 protonspringMovePicker: combine countermove with killers.
2018-03-12 protonspringConnectivity Score S(3,1) is stronger than S(2,2)
2018-03-10 protonspringImplement an old Russian proverb
2018-03-10 Joost VandeVondeleAssign improving only once
2018-03-09 Alain SAVARDTwo steps slider threats on queen
2018-03-07 IIvecSimplification: use Arctan for the optimism S-curve
2018-03-07 Jerry Donald WatsonUse evaluation trend to adjust futility margin
2018-03-07 Stéphane NicoletKnight threats on Queen
2018-03-07 Torsten FranzRemove popcount trick from space evaluation
2018-03-06 Stéphane NicoletFix a warning in GCC for Windows
2018-03-06 joergosterCode style in Razoring and ProbCut
2018-03-06 Chris CainIntroduce variadic make_bitboard()
2018-03-04 Stefano CardanobileUsing a S-curve for the optimism measure
2018-03-03 Joost VandeVondeleNo extra stage for QS recaptures.
2018-03-03 VoyagerOneDo move-count pruning in probcut
2018-03-03 Marco CostalbaMerge Stats tables
next