Local Search

From NovaOrdis Knowledge Base
Revision as of 04:29, 30 November 2021 by Ovidiu (talk | contribs) (→‎Local Search Algorithms)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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