mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-25 11:36:51 +08:00
Write the LogFile only at the end of an iteration
Skip writing fail high/low sequences. Note that we don't need fail high/low markers anymore in pretty_pv(). No functional change but some do/undo move sequences. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -192,6 +192,6 @@ class Position;
|
||||
extern const std::string move_to_uci(Move m, bool chess960);
|
||||
extern Move move_from_uci(const Position& pos, const std::string& str);
|
||||
extern const std::string move_to_san(Position& pos, Move m);
|
||||
extern const std::string pretty_pv(Position& pos, int time, int depth, Value score, ValueType type, Move pv[]);
|
||||
extern const std::string pretty_pv(Position& pos, int depth, Value score, int time, Move pv[]);
|
||||
|
||||
#endif // !defined(MOVE_H_INCLUDED)
|
||||
|
||||
Reference in New Issue
Block a user