Oh,I misread this title and thought it was going to be about maths in the year 2048.
And that they were counting (US) states by exaustive enumeration. Well, yeah, how are you going to count them?
The Mathematics of 2048: Counting States by Exhaustive Enumeration
21–24 of 24 posts
Re: The Mathematics of 2048: Counting States by Exhaustive Enumeration
#22This is neat. I wonder whether there is a faster approach using binary decision diagrams or a variant thereof. If the state transition were represented by a binary function, BDDs could allow for counting states without actually enumerating. The question would be, how to actually find all the fixed points of that function.
Re: The Mathematics of 2048: Counting States by Exhaustive Enumeration
#23Re: The Mathematics of 2048: Counting States by Exhaustive Enumeration
#24This is neat. I wonder whether there is a faster approach using binary decision diagrams or a variant thereof. If the state transition were represented by a binary function, BDDs could allow for counting states without actually enumerating. The question would be, how to actually find all the fixed points of that function.
I'd also think that working backwards from all possible winning states would offer some insight and potential for speed. At the expense of being somewhat more difficult (at first glance anyway) to ascertain validity of the predecessor state.