Hill climbing sometimes called ____________ because it grabs a good neighbour state without thinking ahead about where to go next code example
Example: When will Hill-Climbing algorithm terminate?
It terminates when it reaches a peak value where no neighbor has a higher value.