Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • execute move with best score how can you evaluate the best score out of the possible next states ? Commented Mar 12, 2014 at 17:05
  • the heuristic is defined in evaluateResult you basically try to get closest to the best possible scenario. Commented Mar 12, 2014 at 17:12
  • @Daren I'm waiting for your detailed specifics Commented Mar 12, 2014 at 22:22
  • @ashu I'm working on it, unexpected circumstances have left me without time to finish it. Meanwhile I have improved the algorithm and it now solves it 75% of the time. Commented Mar 13, 2014 at 9:51
  • 14
    What I really like about this strategy is that I am able to use it when playing the game manually, it got me up to 37k points. Commented Apr 1, 2014 at 18:43