Research Article

An Iterated Local Search Algorithm for Estimating the Parameters of the Gamma/Gompertz Distribution

Algorithm 1

Iterated local search (ILS) algorithm.
s 0 Generate Initial Solution (s)
Apply Local Search (s 0)
While termination condition not met do
   Apply perturbation ( )
   Apply Local Search ( )
    Apply acceptance criterion ( , )
   Memorize Best Found Solution
End While