Skip to main content
. 2009 Jan 30;10(Suppl 1):S27. doi: 10.1186/1471-2105-10-S1-S27

Table 3.

Algorithm of local search phase

Algorithm Local_Search (Solution)
 While there exists s N (Solution) such that f (Solution ∪ s) <f (Solution) do
 Solution ← Solution ∪ s
 End
Return Solution