|
|
|
|
|
by YeGoblynQueenne
1181 days ago
|
|
>> To be able to follow the grammar of the language chess is to understand chess. That's interesting. I think you're saying that the rules of chess can be described as a transformation system [1] over the set of strings of chess algebraic notation? _________ [1] A system of transformation rules, as in transformation grammars. Not as in Transformers. Just a coincidence. |
|
The rules of chess allows you to enumerate all the possible transformations from one board state to the next. This is just a fancy way of saying all possible moves in any given board state. By induction this means that given an initial board state and a series of moves from that board state you can determine the final board state.
So this means that the rules of chess allow you to enumerate given an initial state and n plies, all possible ways of adding an (n + 1)th ply.
So if you just assume the initial board state is always the starting position, theoretically you could do away with thinking about board states altogether. Now, whether that's sensible in terms of computational complexity is another question entirely and my intuition is no.