/Local-Search

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.

Primary LanguageJava

This repository is not active