]> git.sesse.net Git - stockfish/commit - src/evaluate.cpp
NNUE namespace cleanup
authordisservin <disservin.social@gmail.com>
Mon, 13 Mar 2023 18:35:27 +0000 (19:35 +0100)
committerJoost VandeVondele <Joost.VandeVondele@gmail.com>
Sun, 19 Mar 2023 10:27:15 +0000 (11:27 +0100)
commitaf4b62a593cc4fa6d7d34110c41301028a5c9695
tree9a572cdd4f02bf3fdb5e396fa6e13ee747d65829
parent515b66f18833ed87e97313d2ec4dfa4e2329d3df
NNUE namespace cleanup

This patch moves the nnue namespace in the appropiate header that correspondes with the definition.
It also makes navigation a bit easier.

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

No functional change
src/evaluate.cpp
src/evaluate.h
src/nnue/evaluate_nnue.h
src/search.cpp
src/uci.cpp