mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 08:37:44 +00:00
Remove conditional compilation on EVAL_LEARN
This commit is contained in:
+2
-5
@@ -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