mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 03:26:24 +08:00
Remove conditional compilation on EVAL_LEARN
This commit is contained in:
@@ -29,11 +29,8 @@ namespace Eval {
|
||||
enum struct UseNNUEMode
|
||||
{
|
||||
False,
|
||||
True
|
||||
|
||||
#ifdef EVAL_LEARN
|
||||
,Pure
|
||||
#endif
|
||||
True,
|
||||
Pure
|
||||
};
|
||||
|
||||
std::string trace(const Position& pos);
|
||||
|
||||
Reference in New Issue
Block a user