Skip to content

Opening book details…

Can I read First Choice Hill Climbing in AI on EtoBox?

First Choice Hill Climbing in AI by Homaira Alam is a document available to read on EtoBox.

What is First Choice Hill Climbing in AI about?

The document is a term project submission on first choice hill climbing for solving the 8 queens problem. It discusses hill climbing as an algorithm to find reasonable solutions in a reasonable time. The submission implements a first choice hill climbing search on the 8 queens problem in Python. The major steps are to get the initial queen positions and attacking pairs from the user, check neighbor states generated by the successor function, calculate the heuristic value of non-attacking pairs for each stat

Author
Homaira Alam
Language
EN