This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
position startpos moves d2d4 d7d5 g1f3 c7c5 e2e3 c5d4 e3d4 g8f6 b1c3 g7g6 f3e5 f8g7 f1e2 b8c6 c1f4 e8g8 e5c6 b7c6 e1g1 h7h5 d1d2 c8f5 h2h3 e7e6 f2f3 h5h4 f4g5 a8b8 a1b1 | |
go | |
NNCache: 0/0 hits/lookups = 0.0% hitrate, 0 inserts, 0 size | |
RNG seed: 0x15a9cd2c690ff499 (thread: 2139330231943126366) | |
info depth 7 nodes 1 nps 34 score cp 568 winrate 70.57% time 28 pv f6h5 g5d8 | |
info depth 8 nodes 3 nps 90 score cp 141 winrate 55.43% time 32 pv f6h5 g5d8 b8d8 | |
info depth 9 nodes 5 nps 142 score cp 194 winrate 57.41% time 34 pv f6h5 g5d8 b8d8 | |
info depth 10 nodes 9 nps 219 score cp 261 winrate 59.93% time 40 pv d8e8 b1e1 f6h5 | |
info depth 11 nodes 17 nps 326 score cp 265 winrate 60.08% time 51 pv d8e8 g2g4 h4g3 | |
info depth 12 nodes 30 nps 428 score cp 229 winrate 58.74% time 69 pv d8e8 g2g4 h4g3 h3h4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
254304 >lcz_id45_65536(1): position startpos moves d2d4 d7d5 g1f3 c7c5 e2e3 c5d4 e3d4 g8f6 b1c3 g7g6 f3e5 f8g7 f1e2 b8c6 c1f4 e8g8 e5c6 b7c6 e1g1 h7h5 d1d2 c8f5 h2h3 e7e6 f2f3 h5h4 f4g5 a8b8 a1b1 | |
254304 >lcz_id45_65536(1): isready | |
254465 <lcz_id45_65536(1): readyok | |
254465 >lcz_id45_65536(1): go infinite | |
254475 <lcz_id45_65536(1): info depth 7 nodes 1 nps 90 score cp 568 winrate 70.57% time 10 pv f6h5 g5d8 | |
254475 <lcz_id45_65536(1): info depth 8 nodes 3 nps 250 score cp 141 winrate 55.43% time 11 pv f6h5 g5d8 b8d8 | |
254476 <lcz_id45_65536(1): info depth 9 nodes 5 nps 416 score cp 90 winrate 53.48% time 11 pv d8b6 c3a4 b6c7 | |
254476 <lcz_id45_65536(1): info depth 10 nodes 9 nps 750 score cp 223 winrate 58.53% time 11 pv d8e8 b1e1 f6h5 | |
254519 <lcz_id45_65536(1): info depth 11 nodes 17 nps 309 score cp 236 winrate 59.00% time 54 pv d8e8 g2g4 h4g3 | |
254519 <lcz_id45_65536(1): info depth 12 nodes 30 nps 545 score cp 242 winrate 59.21% time 54 pv d8e8 g2g4 h4g3 h3h4 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 >lcz_id33(0): uci | |
3 >lcz_id33(1): uci | |
1966 <lcz_id33(1): id name lczero | |
1966 <lcz_id33(1): uciok | |
1966 >lcz_id33(1): isready | |
1966 <lcz_id33(1): readyok | |
1975 <lcz_id33(0): id name lczero | |
1975 <lcz_id33(0): uciok | |
1975 >lcz_id33(0): isready | |
1975 <lcz_id33(0): readyok |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/env python3 | |
import random | |
import svgwrite | |
from svgwrite.shapes import Circle, Line, Rect | |
from svgwrite.container import Group | |
from svgwrite.masking import Mask | |
from collections import defaultdict | |
LOGO = [ |
NewerOlder