Live data from Hacker News

Viewing profile — felixN

felixN

HN member
Joined
Wed, Mar 26, 2014, 3:02 PM UTC
HN karma
22
Public activity
5 items

About felixN

No profile information was provided.

Recent public activity

  1. comment
    Comment #7485860

    Thanks for your help! I will try it out :)

  2. comment
    Comment #7474548

    I will fix that, thanks for the info

  3. comment
    Comment #7474108

    I run 100 games - the algorithm needs 949 rounds in average to reach the 2048 tile

  4. comment
    Comment #7473956

    Yes, true. I had the A* Algorithm in mind when I have implemented it, but the outcome really differs from that.

  5. comment
    Comment #7473881

    You are right, the first cost function doesn't make a lot of sense, but I didn't divide by the number of leafs - so it basically also was based on the number of unassigned tiles. S…