]> git.sesse.net Git - stockfish/history - src/evaluate.cpp
Remove openFiles in pawns. (#1917)
[stockfish] / src / evaluate.cpp
2019-01-01 protonspringRemove openFiles in pawns. (#1917)
2018-12-27 31m059Always initialize and evaluate king safety
2018-12-16 31m059Use stronglyProtected
2018-12-16 Alain SAVARDRefactor king ring calculation
2018-12-13 SFisGODA combo of parameter tweaks
2018-12-11 protonspringChanges identified in RENAME/REFORMATTING thread (...
2018-12-02 VizvezdenecIntroduce concept of double pawn protection.
2018-12-01 ElbertoOneRemove Overload bonus
2018-11-24 VizvezdenecReintroduce tropism to kingdanger
2018-11-24 31m059Remove the tropism term from kingDanger
2018-11-20 xoto10Bonus for restricting opponent's piece moves
2018-11-19 Stéphane NicoletStockfish 10-beta
2018-11-19 KurtTune evaluation scores
2018-11-19 VoyagerOneSimplify Castle Extension
2018-11-19 protonspringCode style in search.cpp
2018-11-19 Nikolay KostovUpdate a comment in the evaluate.cpp file to reflect...
2018-11-12 protonspringReplace the PassedDanger array by an equation
2018-11-12 mstemberaRemove redundant king square parameter
2018-11-11 31m059Simplify tropism. (#1807)
2018-11-04 Fabian FichterSimplify mobility danger
2018-11-02 Stéphane NicoletRook tweaks in evaluation
2018-11-01 SFisGODCombo
2018-10-27 VizvezdenecTweak of knight PSQT and mobility bonuses
2018-10-14 Miguel LahozSimplify evaluation of blockers_for_king
2018-10-14 31m059Combo
2018-09-27 protonspringTwo simplifications in passed pawns evaluation
2018-09-10 VizvezdenecTweak opposite colord bishops endgame scaling.
2018-09-03 Stéphane NicoletUpdate list of authors
2018-09-01 Stéphane NicoletRe-introduce "keep pawns on both flanks"
2018-09-01 Rocky640Long Diagonal Tweaks
2018-08-29 protonspringRemove PawnsOnBothFlanks
2018-08-12 Stefano CardanobileCombo of several promising parameter tweaks
2018-08-08 Stefano CardanobileFirst check threshold in space evaluation
2018-07-30 Stéphane NicoletIntroduce tropism measure in king danger
2018-07-28 Miguel LahozIncrease the mg->eg gradient for the PawnlessFlank...
2018-07-27 Stéphane NicoletFix a compilation error for MSVC
2018-07-27 Stéphane NicoletRemove a popcount for HinderPassedPawn
2018-07-27 Miguel LahozTweak KingFlank when king is on edge files
2018-07-27 JekaaSmall reformat in evaluate threats (non functional)
2018-07-26 protonspringRemove condition for pawn threats
2018-07-25 Stefan GeschwentnerRank threats on pinned pawns
2018-07-25 Stéphane NicoletCode clean-up
2018-07-24 double-beepSlight decrease of overload value
2018-07-22 Goodkov Vasiliy... Simplify condition for ThreatByRook
2018-07-21 Alain SAVARDSimplify the "overload" condition
2018-07-21 Miguel LahozRemove connectivity.
2018-07-18 Miguel LahozUse single value for KingProtector.
2018-07-18 ElbertoOne Simplify Overload condition
2018-07-14 protonspringRemove rank limitation for MinorBehindPawn
2018-07-14 candirufishTuned Values after 2 million spsa games
2018-07-05 31m059Simplify ThreatByKing to be a single Score.
2018-06-26 joergosterSimplify KingProtector penalty.
2018-06-26 Alain SAVARDSimplify HinderPassedPawn bonus
2018-06-23 candirufishAnother set of tuned values after one million games
2018-06-21 Stéphane NicoletIncrease outflanking weight to 12
2018-06-21 candirufishTuned values after 505k games
2018-06-20 Stefano80Slight simplification in scale factor computation
2018-05-13 Stéphane NicoletTweak kingAttackersCount and KingAttackWeights
2018-05-10 mstemberaInclude all blockers in king danger
2018-05-09 candirufishTuned some pawns and evaluation constants
2018-05-01 MJZ1977Penalty for bad bishop with blocked central files
2018-04-29 Stefano80Always scale using pawn contribution
2018-04-29 Stéphane NicoletUpdate various comments
2018-04-24 Alain SAVARDNo Queen in the MobilityArea
2018-04-18 Alain SAVARDTidy up on Overload
2018-04-10 Jerry Donald WatsonSimplify condition in space definition
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-01 Joost VandeVondeleDocument Elo impact of various parts of search
2018-04-01 Stéphane NicoletSimplify KBPKB endgame with opposite bishops
2018-03-30 Ondrej MosnáčekUse per-thread dynamic contempt
2018-03-27 Marco CostalbaFix indentation in movepicker.cpp
2018-03-26 Jerry Donald WatsonMake kingRing always 8 squares
2018-03-21 DU-jdtoFix a few minor code style inconsistencies
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-12 Jerry Donald WatsonAdjust initiative in pure pawn endgames
2018-03-12 protonspringConnectivity Score S(3,1) is stronger than S(2,2)
2018-03-10 protonspringImplement an old Russian proverb
2018-03-09 Alain SAVARDTwo steps slider threats on queen
2018-03-07 Stéphane NicoletKnight threats on Queen
2018-03-07 Torsten FranzRemove popcount trick from space evaluation
2018-02-27 Stéphane NicoletSimplify tropism computation
2018-02-27 Stéphane NicoletNo Tempo for draw scores given by heuristic functions
2018-02-27 Marco CostalbaSpeedup and simplify pinners and blockers
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 Alain SAVARDAvoid a compilation warning
2018-02-20 Marco CostalbaCode style in evaluate.cpp
2018-02-15 Mike WhiteleySimplify trapped rook
2018-02-09 Stefano CardanobileIntroduce dynamic contempt
2018-02-09 Stéphane NicoletFix bug for 'eval' command in terminal
2018-02-08 FauziAkramA combo of 3 successful tuning patches
2018-02-03 Stéphane NicoletImproved spelling, grammar and comment
2018-01-28 Rocky640Limit the king distance factor when evaluating passed...
2018-01-13 Marco CostalbaFix bench number
2018-01-13 mbootsectorUse mobility in kingsafety (#1360)
next