A Chess Firewall at Zero?
rjlipton.wordpress.com
A Chess Firewall at Zero?
1–10 of 10 posts
Re: A Chess Firewall at Zero?
#2Re: A Chess Firewall at Zero?
#3I always find it interesting when people say things like "chess is a PSPACE problem", because in order to define it as such, you have to consider the board size to be variable, even though it's always 8x8.
Re: A Chess Firewall at Zero?
#4Re: A Chess Firewall at Zero?
#5I'm interested in the topic, but found the exposition hard to follow.
Re: A Chess Firewall at Zero?
#6I always find it interesting when people say things like "chess is a PSPACE problem", because in order to define it as such, you have to consider the board size to be variable, even though it's always 8x8.
Re: A Chess Firewall at Zero?
#7Re: A Chess Firewall at Zero?
#8How do you read the charts? I can't make head or tail.
At least I think that's what it says:-)
Re: A Chess Firewall at Zero?
#9How do you read the charts? I can't make head or tail.
They show number of blunders (score dropping 1.5 or more) categorized by player strength and current position evaluation according to either Komodo or Stockfish. The conclusion is that people blunder much more in worse positions, but they blunder most in dead even positions. At least I think that's what it says:-)
Chess engines evaluate a large range of positions as having value 0.00. In fact, an omniscient chess engine would evaluate every position as either having value 0.00 or as being "mate in N" (where N could be unreasonably large).
So maybe the blunders from positive positions are smaller because, as evaluated by a sufficiently strong chess engine, they mostly drop you from +(small number) to 0.
Re: A Chess Firewall at Zero?
#10I always find it interesting when people say things like "chess is a PSPACE problem", because in order to define it as such, you have to consider the board size to be variable, even though it's always 8x8.
But you can safely say "Ladders are PSPACE-complete" about the game of Go which is played on many different sizes, some far larger than the standard 19x19 (e.g. KGS supports 38x38 boards).