mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
We need just one eval margin in search
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
class Position;
|
||||
|
||||
extern Value evaluate(const Position& pos, Value margins[]);
|
||||
extern Value evaluate(const Position& pos, Value& margin);
|
||||
extern void init_eval(int threads);
|
||||
extern void quit_eval();
|
||||
extern void read_weights(Color sideToMove);
|
||||
|
||||
Reference in New Issue
Block a user