Research Article

Three New Stochastic Local Search Metaheuristics for the Annual Crop Planning Problem Based on a New Irrigation Scheme

Algorithm 1

Set the index variable,
Set the size of the Performance List,
Initialize probability,
Populate the Performance List ( ) with random 
  solutions
Calculate the fitness values of the solutions in , i.e.
  
Sort and according to
Initialize to
for to do
Perform_Local_Search
Evaluate (
if better than then
     (8.3.1) Update with
     (8.3.2) Update with
 (8.4) end if
 (8.5) if random > then
     (8.5.1) Select index,
             e.g. Random[ , ]
     (8.5.2)
 (8.6) end if
end for
return