You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The root page 15DOTs60ia13:Tutorial could not be found in space 15.S60 SSIM: Software Tools for Operations Research.

Local Search

Suppose we are given some optimization problem

\[ \begin{aligned} &\min & f(\mathbf x)\\ &\text{subject to}& \mathbf x &\in S \end{aligned} \]

where \( S \subset \mathbb R^n \) and \( f \colon S \to \mathbb R \) . In local search, for every \( \mathbf x \in S \) , we must give some \( N_{\mathbf x} \) to be the neighborhood of \( \mathbf x \) . Then given some initial feasible solution \( \mathbf x_0 \) , for \( n = 1,2,\ldots \) , we let

\[ \mathbf x_{n} = \mathop{\rm arg\, min}_{\mathbf x \in N_{\mathbf x_{n-1}}} \left\{ f(\mathbf x)\right\} \]
  • No labels