]> git.sesse.net Git - stockfish/history - src/nnue/evaluate_nnue.cpp
Fix compilation after recent merge.
[stockfish] / src / nnue / evaluate_nnue.cpp
2023-12-25 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-12-19 FauziAkramUse std::abs over abs
2023-10-24 Joost VandeVondeleCleanup comments and some code reorg.
2023-10-24 cj5716Small formatting improvements
2023-10-23 Disservinremove blank line between function and it's description
2023-10-22 Disservinadd clang-format
2023-10-21 FauziAkramStandardize Comments
2023-09-22 cj5716Make casting styles consistent
2023-09-03 DisservinCleanup includes
2023-07-28 Stéphane NicoletImprove some comments
2023-07-16 Joost VandeVondeleConsolidate to centipawns conversion
2023-07-12 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-07-11 Joost VandeVondeleRemove classical evaluation
2023-04-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2023-03-25 MinetaSRemove non_pawn_material in NNUE::evaluate
2023-02-23 Joost VandeVondeleIntroduce a function to compute NNUE accumulator
2023-01-09 Sebastian BuchwaldReplace some std::string occurrences with std::string_view
2023-01-09 Stefano Di MartinoModernize code base a little bit
2023-01-09 Sebastian BuchwaldWarn if a global function has no previous declaration
2023-01-02 Sebastian BuchwaldUpdate copyright years
2022-12-26 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-11-05 Joost VandeVondeleNormalize evaluation
2022-10-09 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-06-20 DubslowUse NNUE complexity in search, retune related parameters
2022-06-02 xoto10Blend nnue complexity with classical.
2022-03-28 TopologistPlay more positional in endgames
2022-02-25 mstemberaClean up and simplify some nnue code.
2022-02-10 Tomasz SobczykUpdate architecture to "SFNNv4". Update network to...
2022-01-15 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2022-01-06 Brad KnoxUpdate copyright years
2021-12-29 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-12-19 Stéphane NicoletSimplification in evaluate_nnue.cpp
2021-12-02 Steinar H. GundersonMerge remote-tracking branch 'upstream/master'
2021-12-01 hengyuSmall clean-up
2021-10-23 Stefano CardanobileRewrite NNUE evaluation adjustments
2021-10-07 xoto10Small clean-up, Sept 2021
2021-09-21 Michael ChalyCombo of various parameter tweaks
2021-07-16 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-07-03 Stéphane NicoletSimplify format_cp_aligned_dot()
2021-06-21 Joost VandeVondeleFix build error on OSX
2021-06-19 Tomasz SobczykChange trace with NNUE eval support
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-18 Tomasz SobczykNew NNUE architecture and net
2021-05-11 Tomasz SobczykExporting the currently loaded network file
2021-04-24 Tomasz SobczykUnify naming convention of the NNUE code
2021-03-14 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2021-03-07 Dieter DobbelaereAdd Stockfish namespace.
2021-01-08 Joost VandeVondeleUpdate copyright years
2020-12-01 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-11-29 mstemberaCleaned up MakeIndex()
2020-11-04 Tomasz SobczykManually align arrays on the stack
2020-09-21 Stéphane NicoletSmall cleanups 12
2020-09-21 Sami KiminkiAdd large page support for NNUE weights and simplify...
2020-09-11 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-09-08 syzygy1Bug fix in do_null_move() and NNUE simplification.
2020-08-29 Stéphane NicoletEmbed default net, and simplify using non-default nets
2020-08-26 syzygy1Remove EvalList
2020-08-17 Stéphane NicoletReformat code in little-endian patch
2020-08-16 syzygy1Assume network file is in little-endian byte order
2020-08-14 mstemberaTry to match relative magnitude of NNUE eval to classical
2020-08-08 Steinar H. GundersonMerge remote-tracking branch 'upstream/master' into...
2020-08-06 nodchipAdd NNUE evaluation