]> git.sesse.net Git - stockfish/history - src/nnue/evaluate_nnue.cpp
Small clean-up, Sept 2021
[stockfish] / src / nnue / evaluate_nnue.cpp
2021-10-07 xoto10Small clean-up, Sept 2021
2021-09-21 Michael ChalyCombo of various parameter tweaks
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-07 Dieter DobbelaereAdd Stockfish namespace.
2021-01-08 Joost VandeVondeleUpdate copyright years
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-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-06 nodchipAdd NNUE evaluation