4
votes
3answers
126 views
In game programming, how can I test whether a heuristic used is consistent or not?
I have thought of some heuristics for a big (higher dimensions) tic-tac-toe game. How do I check which of them are actually consistent?
What is meant by consistency anyways?
