Local Search

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

TODO:

  • Candidate solutions.
  • Neighborhood.
  • Generic local search algorithm.

In general, local search heuristics are not guaranteed to run in polynomial time, the Papadimitriou's 2SAT randomized local search algorithm is one of those rare case when polynomial time correct convergence can be proven.

Local Search Algorithms