ChrisWhittington / Chess-System-Tal-NNUE-2

UCI Chess engine written in C++ by Chris Whittington and Ed Schroeder
7 stars 1 forks source link

UCI and (K)nps #1

Closed Matthies closed 1 year ago

Matthies commented 1 year ago

info depth 21 seldepth 32 time 727 nodes 744804 score cp 37 lowerbound pv d2d4 d7d5 g1f3 hashfull 11 Knps 1024489 Knps is not mentioned in UCI specs, only nps. And IF the K stands for kilo, it is probably even wrong. GUIs may be gracious with it, at least Arena seems to display correct speed.

ChrisWhittington commented 1 year ago

thanks for that one. I was dividing by a factor of 1000 (correctly because time is in ms), but obviously later thought this was a Knps conversion and put the K in. I guess.

On Thursday, 29 June 2023 at 18:41:33 CEST, Andreas Matthies ***@***.***> wrote:  

info depth 21 seldepth 32 time 727 nodes 744804 score cp 37 lowerbound pv d2d4 d7d5 g1f3 hashfull 11 Knps 1024489 Knps is not mentioned in UCI specs, only nps. And IF the K stands for kilo, it is probably even wrong. GUIs may be gracious with it, at least Arena seems to display correct speed.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

ChrisWhittington commented 1 year ago

Fixed for next build