Code: Select all
perft -d 9
Depth: 9
Nodes: 2439530234167
Time: 9942 ms
Average: 245355 Mn/s
perft -d 10
Depth: 10
Nodes: 69352859712417
Time: 146758 ms
Average: 472564 Mn/s
perft -d 11
Depth: 11
Nodes: 2097651003696806
Time: 2512451 ms
Average: 834902 Mn/s
I'm also curious how depth 14/15 were computed... I'm guessing a lot of resources were available that would not be feasible on a single machine? I know perft 15 was done with a GPU implementation, but even then it probably took several devices?