TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Mathematics of 2048: Counting States by Exhaustive Enumeration

150 pointsby jdleesmillerover 7 years ago

5 comments

mawekiover 7 years ago
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.
评论 #15897271 未加载
scottmsulover 7 years ago
Would be interesting to see alpha zero trained on 2048, conv nets seem well suited for this kind of game.
评论 #15895526 未加载
评论 #15894874 未加载
bhoustonover 7 years ago
Neat. Seems a lot harder than the work I did to enumerate towers of Hanoi back in 2004:<p><a href="https:&#x2F;&#x2F;www.cs.carleton.ca&#x2F;sites&#x2F;default&#x2F;files&#x2F;tr&#x2F;TR-04-10.pdf" rel="nofollow">https:&#x2F;&#x2F;www.cs.carleton.ca&#x2F;sites&#x2F;default&#x2F;files&#x2F;tr&#x2F;TR-04-10.p...</a>
评论 #15896198 未加载
Setepenreover 7 years ago
Whats the network&#x2F;gra[h library you used to draw those nice diagrams ?
评论 #15896667 未加载
tomahuntover 7 years ago
Oh,I misread this title and thought it was going to be about maths in the year 2048.
评论 #15895519 未加载
评论 #15895632 未加载
评论 #15895582 未加载