Skip to main content

Table 3 Algorithm of local search phase

From: Biclustering of gene expression data using reactive greedy randomized adaptive search procedure

Algorithm Local_Search (Solution)

 

   While there exists s N (Solution) such that f (Solution s) <f (Solution) do

 

   Solution ← Solution s

 

   End

 

Return Solution