]> git.sesse.net Git - stockfish/history - src/evaluate.cpp
Cleanup includes
[stockfish] / src / evaluate.cpp
2023-09-03 DisservinCleanup includes
2023-08-24 Stéphane NicoletPlay turbulent when defending, simpler when attacking
2023-08-13 mstemberaSimplify material difference in evaluate
2023-08-06 Linmiao XuRemove classical psqt
2023-07-16 Joost VandeVondeleConsolidate to centipawns conversion
2023-07-15 Linmiao XuReintroduce nnue eval pawn count multipliers again
2023-07-13 Sebastian BuchwaldCleanup code after removal of classical evaluation
2023-07-11 Joost VandeVondeleRemove classical evaluation
2023-06-06 Linmiao XuRemove optimism multiplier in nnue eval calculation
2023-06-04 Linmiao XuSimplify blending nnue complexity with optimism
2023-05-31 Linmiao XuSimplify nnue eval complexity calculation
2023-05-28 windfishballadRemoved quadratic term in optimism
2023-05-20 xoto10Simplify optimism calculation
2023-05-03 Linmiao XuUpdate 7 eval and optimism params
2023-04-22 Muzhen GamingSimplify away complexity in evaluation
2023-04-10 Linmiao XuSimplify away nnue scale pawn count multiplier
2023-04-09 Joost VandeVondeleFix rootComplexity calculation
2023-04-05 Muzhen GamingSimplify away piece count condition for useClassical
2023-04-01 Joost VandeVondeleStringify the git info passed
2023-03-19 disservinNNUE namespace cleanup
2023-02-23 Linmiao XuReintroduce nnue pawn scaling with lower lazy thresholds
2023-02-18 mstemberaSimplify nnueComplexity calculation.
2023-02-03 Michael ChalySimplify usage of optimism in complexity
2023-01-22 Jonathanapply if constexpr to additional instances
2023-01-09 Sebastian BuchwaldAvoid unnecessary string copies
2023-01-09 Sebastian BuchwaldWarn if a global function has no previous declaration
2023-01-02 FauziAkramParameter Tweaks
2023-01-02 Sebastian BuchwaldUpdate copyright years
2022-12-19 Michael ChalyReintroduce doEvenDeeperSearch
2022-12-12 Joost VandeVondeleRevert "doEvenDeeperSearch + tuning"
2022-12-09 Douglas Matos GomesSimplify redundant condition.
2022-12-08 FauziAkramdoEvenDeeperSearch + tuning
2022-11-20 Joost VandeVondeleFix a missing conversion
2022-11-07 disservinRemove trend
2022-10-16 Stéphane NicoletTweak the formula for NNUE complexity
2022-10-03 disservinUse less reduction for escaping moves
2022-09-27 peregrineshahinSimplify both position calls in useClassical
2022-08-15 Joost VandeVondeleSimplify the use of classical eval
2022-08-12 Stefan GeschwentnerCleanup code
2022-07-31 Dubslowremove useClassical depth condition
2022-07-05 Michael ChalySimplify away FRC correction term
2022-07-04 Joost VandeVondeleUpdate default net to nn-3c0054ea9860.nnu
2022-06-20 DubslowUse NNUE complexity in search, retune related parameters
2022-06-02 xoto10Blend nnue complexity with classical.
2022-05-29 xoto10Adjust scale param higher
2022-05-29 Giacomo LorenzettiAssorted small cleanups
2022-05-15 xoto10Tune scale and optimism.
2022-04-16 FauziAkramTuning classical and NNUE scaling terms
2022-04-12 TopologistUse NNUE in low piece endgames close to the root.
2022-03-12 FauziAkramImprovements in Evaluation
2022-02-20 Joost VandeVondeleFix clang warning on unused variable
2022-01-09 Joost VandeVondeleTune FRC trapped Bishop patch
2022-01-08 Joost VandeVondeleTune a few parameters related to evaluation
2022-01-06 Brad KnoxUpdate copyright years
2021-12-30 Stéphane NicoletTweak optimism with complexity
2021-12-22 Michael ChalyFall back to NNUE if classical evaluation is much lower...
2021-12-21 bmc4Update Elo estimates for terms in search
2021-12-14 Joost VandeVondeleRemove NNUE scaling term
2021-11-27 Joost VandeVondeleTune NNUE scaling params
2021-11-21 Stéphane NicoletIntroduce Optimism
2021-11-10 Joost VandeVondeleTune a few NNUE related scaling parameters
2021-11-08 Joost VandeVondeleReduce use of lazyEval
2021-10-18 Stefano CardanobileReformat Eval::evaluate()
2021-10-07 xoto10Small clean-up, Sept 2021
2021-10-06 Joost VandeVondeleImprove the Chess960 correction for cornered bishops
2021-08-27 Joost VandeVondeleFix empty EvalFile option
2021-07-24 MichaelB7Update the default net to nn-76a8a7ffb820.nnue.
2021-07-03 xoto10Simplify lazy_skip.
2021-06-22 Stéphane NicoletDetect fortresses a little bit quicker
2021-06-21 Stéphane NicoletRemove the Contempt UCI option
2021-06-20 Stéphane NicoletKeep more pawns and pieces when attacking
2021-06-19 Tomasz SobczykChange trace with NNUE eval support
2021-05-30 Joost VandeVondeleSimplify NNUE / classical evaluation selection
2021-05-26 Stéphane NicoletDo not use lazy evaluation inside NNUE
2021-05-25 Tomasz SobczykExpose the lazy threshold for the feature transformer...
2021-05-22 Stéphane NicoletSometimes change the (materialist, positional) balance
2021-05-19 Stéphane NicoletRemove Tempo
2021-05-18 Tomasz SobczykNew NNUE architecture and net
2021-05-17 Stéphane NicoletSmall clean-ups
2021-05-11 Tomasz SobczykExporting the currently loaded network file
2021-05-07 Tomasz SobczykAdd an UCI level command "export_net".
2021-04-28 xoto10Change tempo with time and threads
2021-04-15 dsmsgmsUse classical eval for Bishop vs Pawns
2021-04-06 Stéphane NicoletKeep more pawns
2021-03-31 Stéphane NicoletSmall clean-up
2021-03-27 mstemberaSimplify and unify FRC cornered bishop.
2021-03-24 Stéphane NicoletSmall cleanups (march 2021)
2021-03-19 Guy VreulsUse reference instead of pointer for pop_lsb() signature
2021-03-19 VizvezdenecAdd a specific FRC correction from classical to NNUE
2021-03-07 Dieter DobbelaereAdd Stockfish namespace.
2021-02-16 LolligerhansSmall trivial clean-ups, February 2021
2021-01-30 LolligerhansSmall cleanups
2021-01-30 Stéphane NicoletImprove play for closed positions
2021-01-11 FauziAkramBad Outpost Pawn Scale
2021-01-08 Joost VandeVondeleUpdate copyright years
2020-12-23 Moez JellouliCorrect Outflanking calculations in classical eval
2020-12-23 FauziAkramTweak the formulas for unsafeSquares
2020-12-18 FauziAkramAdjust definition of unsafeSquares
2020-12-12 FauziAkramNew Imbalance Tables Tweak
2020-12-05 VizvezdenecAdd comments to uncommented parts of code
next