1
0
Fork 0
stockfish/src/nnue
Stéphane Nicolet f90274d8ce Small clean-ups
- Comment for Countemove pruning -> Continuation history
- Fix comment in input_slice.h
- Shorter lines in Makefile
- Comment for scale factor
- Fix comment for pinners in see_ge()
- Change Thread.id() signature to size_t
- Trailing space in reprosearch.sh
- Add Douglas Matos Gomes to the AUTHORS file
- Introduce comment for undo_null_move()
- Use Stockfish coding style for export_net()
- Change date in AUTHORS file

closes https://github.com/official-stockfish/Stockfish/pull/3416

No functional change
2021-05-17 10:47:14 +02:00
..
features Cleanup and simplify NNUE code. 2021-04-25 13:16:30 +02:00
layers Small clean-ups 2021-05-17 10:47:14 +02:00
evaluate_nnue.cpp Exporting the currently loaded network file 2021-05-11 19:36:11 +02:00
evaluate_nnue.h Unify naming convention of the NNUE code 2021-04-24 12:49:29 +02:00
nnue_accumulator.h Cleanup and simplify NNUE code. 2021-04-25 13:16:30 +02:00
nnue_architecture.h Cleanup and simplify NNUE code. 2021-04-25 13:16:30 +02:00
nnue_common.h Exporting the currently loaded network file 2021-05-11 19:36:11 +02:00
nnue_feature_transformer.h Exporting the currently loaded network file 2021-05-11 19:36:11 +02:00