]> git.sesse.net Git - stockfish/history - src/pawns.cpp
LMR simplification
[stockfish] / src / pawns.cpp
2018-07-22 protonspringsimplified forward ranks.
2018-07-18 ianfabMinor whitespace formatting changes
2018-07-14 candirufishTuned Values after 2 million spsa games
2018-06-23 candirufishAnother set of tuned values after one million games
2018-06-21 candirufishTuned values after 505k games
2018-06-11 Joost VandeVondeleRemove failedLow from the mainThread struct
2018-06-02 Stéphane NicoletFix comments, rename variables
2018-05-24 protonspringSimplify BlockedByPawn to one dimension
2018-05-21 protonspringSimplify shelter: always do strength and danger
2018-05-10 protonspringConsolidate pawn storm types
2018-05-09 candirufishTuned some pawns and evaluation constants
2018-05-08 Alain SAVARDDrop the lever condition for backwards
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-04-29 Stéphane NicoletUpdate various comments
2018-04-23 Stéphane NicoletSimplify the ShelterStrength[] array
2018-04-18 protonspringSimplify BlockedByKing in pawn storms
2018-04-18 Stéphane NicoletSimplify the shelter mask
2018-03-30 Alain SAVARDCandidate Passed Pawn
2018-03-27 protonspringSimplification: remove pawn shelter/storm masks
2018-03-18 Ronald de ManMark all compile-time constants as constexpr.
2018-03-07 Stéphane NicoletKnight threats on Queen
2018-03-06 Chris CainIntroduce variadic make_bitboard()
2018-02-28 Stefan GeschwentnerBlocked pawn storm
2018-02-26 Stéphane NicoletCount passed pawns in asymmetry measure
2018-02-25 Stéphane NicoletRevert "Count passed pawns in asymmetry measure"
2018-02-25 Stéphane NicoletCount passed pawns in asymmetry measure
2018-02-23 Marco CostalbaReformat SEE to better document the function
2018-02-21 Stéphane NicoletMove pawn_attacks_bb() helper to bitboard.h
2018-02-21 Mike Whiteleyrename shift variables.
2018-02-20 Marco CostalbaCode style in evaluate.cpp
2018-02-08 FauziAkramA combo of 3 successful tuning patches
2018-01-30 Torsten FranzRetire lever (#1378)
2018-01-01 Joost VandeVondeleNew Year 2018
2017-12-04 syzygy1Use a Direction enum for Square deltas
2017-12-03 Joost VandeVondeleUse bool(Bitboard b) instead of !!b (#1321)
2017-09-17 Stéphane NicoletScore unopposed weak pawns only if majors
2017-09-09 ianfabExtend ShelterWeakness array by dimension isKingFile
2017-08-02 snicoletTweak connected pawns seed[] array values
2017-08-02 Rocky640Rework the "unsupported" penalty into a "supported...
2017-07-03 Alain SAVARDTidy up
2017-06-17 Alain SAVARDMisc coding style fixes
2017-05-10 Marco CostalbaDefault argument for see_ge()
2017-05-08 Stefan GeschwentnerBonus for pawn scrifice which create passed pawn
2017-04-29 Marco CostalbaRetire the misdesigned StepAttacks[] array.
2017-04-24 Marco CostalbaAssorted code style issues
2017-04-16 Stéphane NicoletDoubled and supported pawns
2017-03-06 snicoletSpeed-up some arrays reading
2017-01-28 Stefan GeschwentnerCandidate passed pawns
2017-01-17 Stéphane NicoletUpdate some comments (#973)
2017-01-11 Rocky640StormDanger CleanUp (#964)
2017-01-11 Joost VandeVondeleAdjust copyright headers to 2017 (#965)
2016-12-05 Stéphane NicoletPawn flank attacks
2016-11-19 Alain SAVARDPawn shelter and pawn storm tuned
2016-10-05 Stefano CardanobileRetire implicit malus for stonewalls
2016-09-25 Stéphane NicoletRename shift_bb() to shift()
2016-09-02 Stéphane NicoletSpace bonus in presence of open files
2016-08-18 Marco CostalbaRemove a stale assignment
2016-08-18 Stefano80Retire pawn span
2016-06-25 Marco CostalbaRestore standard passed pawn definition
2016-05-26 Stéphane NicoletSimplify doubled pawn
2016-05-13 Stéphane NicoletDouble pawn simplification
2016-04-30 Stéphane NicoletIsolated pawn simplification
2016-04-08 Alain SAVARDBackward simplication
2016-04-08 mstemberaSimplify popcnt
2016-03-27 fanonSimplify pawns King Safety calculation
2016-02-07 hximRemove Weights
2016-01-16 Lyudmil AntonovAssorted English grammar changes
2016-01-03 lucasartRetire CenterBind
2016-01-03 Alain SAVARDFine tuning of unsupported pawn penalty
2016-01-02 ppigazziniUpdate AUTHORS and copyright notice
2016-01-01 Marco CostalbaUpdate Copyright year
2015-12-30 Alain SAVARDCorrect Pawn Trace Score + Code Clean up
2015-12-05 Marco CostalbaSimplify outpost code
2015-11-14 Stefan GeschwentnerBonus for reachable outpost
2015-10-24 Alain SAVARDSimplify threats
2015-10-16 Stéphane NicoletAsymmetry bonus for the attacking side
2015-08-04 Marco CostalbaRename Position::list
2015-06-02 lucasartTune pawn shelter/storm
2015-06-02 Stéphane NicoletTweak backward pawns definition
2015-05-27 lucasartSimplify backward pawn scoring
2015-03-29 Marco CostalbaAssorted code style of latest commits
2015-03-28 Alain SAVARDPSV3_1
2015-03-18 lucasartconnected should be bool, not Bitboard
2015-03-07 Marco CostalbaSync with master
2015-03-07 Marco CostalbaSync with master
2015-03-07 hximTransform minKingPawnDistance into a local variable
2015-03-07 Joona KiiskiRevert C++11 merge
2015-02-28 Marco CostalbaSync with master
2015-02-28 Stéphane NicoletSimplify pawn code a bit
2015-02-26 Marco CostalbaSync with master
2015-02-26 Marco CostalbaNormalize twice supported pawns
2015-02-26 Alain SAVARDApex Pawns
2015-02-24 Marco CostalbaSmall tweaks in pawns.cpp
2015-02-22 Marco CostalbaSync with master
2015-02-20 snicoletMobile phalanxes
2015-02-08 Marco CostalbaSync with master
2015-02-08 Joona KiiskiPawn Center Bind Bonus
next