Hill Climbing

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2024 Dec 5 10:42
Editor
Edited
Edited
2024 Dec 5 10:45
Refs
Refs

Greedy local search algorithm to get into target state

Keep moving to better state but do not return
  • high possibility to lock to local optima
for 4queen

Recommendations