remove simple eval

No longer needed after the removal of smallnet.

Also remove declaration of `use_smallnet()`.

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

No functional change
This commit is contained in:
Robert Nurnberg
2026-05-10 11:44:38 +02:00
committed by Joost VandeVondele
parent fcbd160d26
commit ea48d38283
2 changed files with 0 additions and 14 deletions
-2
View File
@@ -43,8 +43,6 @@ class AccumulatorStack;
std::string trace(Position& pos, const Eval::NNUE::Network& network);
int simple_eval(const Position& pos);
bool use_smallnet(const Position& pos);
Value evaluate(const NNUE::Network& network,
const Position& pos,
Eval::NNUE::AccumulatorStack& accumulators,