this post was submitted on 29 Jan 2024
1 points (100.0% liked)
AnarchyChess
5180 readers
1 users here now
Holy hell
Other chess communities:
[email protected]
[email protected]
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
that's the most fun type of speculation. No fun speculating over computers that could emulate realistic things like all states of a rubiks cube, cause that's probably already been done.
...hey, wait a second, you pulled a fast one on me with that "100 million states/s" silliness!
I just remembered what the time boundary I was talking about was actually trying to measure: it had nothing to do with the speed of computation; it was the speed of typing in the program code. That's why 1 state per second was a reasonable estimate (if not overly optimistic). If you tried to type in all those
if
s andprint
s manually, that's what would take you longer than the heat death of the universe.Besides, even executing the program can't do 100 million states per second because it only does one state transition and then waits for user input.