mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 12:07:43 +00:00
Revert "Retire eval margin and gains"
This reverts commit ecd07e51d0.
Patch was incorrect and partial. It will be reapplied in
the correct form.
bench: 9189063
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ class Position;
|
||||
namespace Eval {
|
||||
|
||||
extern void init();
|
||||
extern Value evaluate(const Position& pos);
|
||||
extern Value evaluate(const Position& pos, Value& margin);
|
||||
extern std::string trace(const Position& pos);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user