mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 01:56:58 +08: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:
@@ -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