Live data from Hacker News

The Mathematics of 2048: Counting States by Exhaustive Enumeration

jdlm.info

11–20 of 24 posts

Re: The Mathematics of 2048: Counting States by Exhaustive Enumeration

#12
This 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

#13
post #6

Oh,I misread this title and thought it was going to be about maths in the year 2048.

Yeah sorry working on that one now. Stay tuned though!

I don't think it needs to be changed. It's actually really interesting to wonder what Mathematics is going to be like in 2048.

Re: The Mathematics of 2048: Counting States by Exhaustive Enumeration

#14
post #4

Earlier quoted context omitted.

This is likely to be a piece of cake for alpha zero given the number of states are lot less than Go.

I would like to see how high it could get to, how much higher than 2048 could it go?

I assume you are talking about the highest tile value, I think in 4x4 game the highest possible tile value should be 2^16 or 2^(16+1)

I got this from here - https://puzzling.stackexchange.com/questions/48/what-is-the-...

Re: The Mathematics of 2048: Counting States by Exhaustive Enumeration

#15
post #2

Neat. Seems a lot harder than the work I did to enumerate towers of Hanoi back in 2004: https://www.cs.carleton.ca/sites/default/files/tr/TR-04-10.p...

That URL spooks Firefox - invalid HTTPS cert.

Warning-free URL: https://service.scs.carleton.ca/sites/default/files/tr/TR-04...

Re: The Mathematics of 2048: Counting States by Exhaustive Enumeration

#16
post #9

Earlier quoted context omitted.

Me too. I kind of expected a dystopian article where people in 2048 are so badly educated that the most advanced math they can do is count U.S. states one by one! Kind of disappointed it's not that, to be honest :)

I was expecting a maths where quantum computation had taken over analytic number theory and theorems could be proved using brute force enumeration.Or something

Quantum computers can't do that. Not even in principle. :p

Re: The Mathematics of 2048: Counting States by Exhaustive Enumeration

#18

Whats the network/gra[h library you used to draw those nice diagrams ?

Most of them are done with the `dot` tool from https://www.graphviz.org/ . A ruby script generates the dot file, e.g. https://github.com/jdleesmiller/jdleesmiller.github.io/blob/..., and then dot generates the SVG.

Re: The Mathematics of 2048: Counting States by Exhaustive Enumeration

#19
post #9

Earlier quoted context omitted.

I was expecting a maths where quantum computation had taken over analytic number theory and theorems could be proved using brute force enumeration.Or something

Quantum computers can't do that. Not even in principle. :p

If you take just one piece of information from this blog: Quantum computers would not solve hard search problems instantaneously by simply trying all the possible solutions at once

(The subtitle of Aaronson's blog.)

https://www.scottaaronson.com/blog/

Re: The Mathematics of 2048: Counting States by Exhaustive Enumeration

#20
post #6

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?

First, capture, tag, and release a number of US senators. 15 or so should work. Then, reset your traps and capture some more. Count how many of the second capture set were tagged in the first group. This tells you what proportion of the population of Senators you captured the first time, and by dividing the number of senators you tagged by this proportion you can estimate the total population of senators. Divide that number by two to obtain the number of states.
Post reply on HN