Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+10 votes

I'm struggling with coming up with heuristics. Any suggestions for what you guys came up with? or what is the best way to approach heuristics?

asked in CSC320 by (1 point)

2 Answers

+4 votes
 
Best answer

After thinking, I had come up at least with one heuristic. It won't cover everything but you can try looking into who is controlling more of the middle column. That would limit someone from wining horizontally and vertically.

answered by (1 point)
+2 votes

Stonedahl's heuristic that looks for characters in blocks of three is fairly effective, but you can make it better in a number of ways. That's where I started when making mine.

answered by (1 point)
+2

Can you share one of those with me?

...