1. GBFS
  2. A*
  3. IDA*
  4. Admissibility
  5. Local beam search

Screenshot_20240312-124740.png

Local Search When to use and benefits

In the realm of Artificial Intelligence (AI), local search algorithms are a type of optimization technique used to find optimal solutions within a limited scope. Unlike exhaustive searches that explore the entirety of the solution space, local search algorithms focus on iteratively improving a current solution by making incremental adjustments. This makes them particularly well-suited for problems with vast solution spaces where finding the absolute best solution (global optimum) is impractical due to computational limitations.Here are some characteristics of local search algorithms in AI:

Key steps of simulated annealing