This line prints the value of "tmOptTime" using std::cout.
OptimalTime is just the reference to the variable and could be named anything else.
SE namespace = Stockfish::Eval;: This line creates an SE alias for the Stockfish::Eval namespace. This means that within this portion of code, SE will be used as shorthand for the Stockfish::Eval namespace. The line is only used during debugging and you can delete it and recompile
Regards
M.Z
Eduard Nemeth wrote: Wed Apr 24, 2024 4:53 pm
Does anyone know Joachim26's email? I can not find them.
Under BotLi there was always the following message after every move! Only when I deleted the line in search.cpp did these messages no longer appear. It's no fun when this message keeps coming.
WARNING:chess.engine:<UciProtocol (pid=3260)>: Unexpected engine output:
'OptimalTime 7923434971689412983'
lenschess-com (player): Hi! I'm lenschess-com. Good luck! Type !help for a list
of commands I can respond to.
lenschess-com (spectator): Hi! I'm lenschess-com. Type !help for a list of
commands I can respond to.
Book: 2. Nc3 100 %
WARNING:chess.engine:<UciProtocol (pid=3260)>: Unexpected engine output:
'OptimalTime 7923434971689412983'
Book: 3. Nf3 100 %
WARNING:chess.engine:<UciProtocol (pid=3260)>: Unexpected engine output:
'OptimalTime 7923434971689412983'
Book: 4. e4 100 %
WARNING:chess.engine:<UciProtocol (pid=3260)>: Unexpected engine output:
'OptimalTime 7923434971689412983'
(---)