Consider the problem of placing
-
Choose a CSP formulation. In your formulation, what are the variables?
-
What are the possible values of each variable?
-
What sets of variables are constrained, and how?
-
Now consider the problem of putting as many knights as possible on the board without any attacks. Explain how to solve this with local search by defining appropriate ACTIONS and RESULT functions and a sensible objective function.