You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Write a Local Search program, which takes an odd size puzzle as input and evaluates its result. The purpose of this program is to compare performances among Hill Climbing, Random Restarts, Random Walk, Simulated Annealing, and Genetic Algorithms by implementing them to evaluate the input puzzle.