You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/index.html.tpl
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@
60
60
"pvs": [ // list of principal variations
61
61
"cp": // centipawn evaluation. Omitted if mate is certain.
62
62
"mate": // mate evaluation. Omitted if mate is not certain.
63
-
"line": // principal variation, in UCI format.
63
+
"line": // principal variation, in UCI_Chess960 format.
64
64
}</pre>
65
65
<p>Each position can have multiple evaluations, each with a different number of <a href="https://www.chessprogramming.org/Principal_Variation">PVs</a>.
0 commit comments