Research Article
An Iterated Local Search Algorithm for Estimating the Parameters of the Gamma/Gompertz Distribution
Algorithm 2
Proposed hybrid iterated local search.
Obtain a random sample from the distribution the size of which should be big enough. |
Initialize the ILS control parameter (, , C, ) |
select an initial solution ; |
Set | Apply Local Search () | While termination condition not met do | ← Apply perturbation () | ← Apply Local Search () | ← Apply acceptance criterion (, ) | Memorize Best Found Solution | End While |
|