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*

3
  • 9
    What is the win% of this algorithm? Commented Mar 15, 2014 at 6:17
  • Why do you need a constant? If all you are doing is comparing scores, how does that affect the outcome of those comparisons? Commented Jun 23, 2015 at 23:45
  • @bcdan the heuristic (aka comparison-score) depends on comparing the expected value of future state, similar to how chess heuristics work, except this is a linear heuristic, since we don't build a tree to know the best next N moves Commented Jun 24, 2015 at 9:12