Local search algorithms in AI

Local search algorithms are useful for solving pure optimization problems, in which the aim is to find the best state according to an objective function To understand local search, we find it useful to consider the state-space landscape . A landscape has both “location” (defined by the state) and “elevation” (defined by the value of … Read more