Research Article

Solving a Novel Inventory Location Model with Stochastic Constraints and Inventory Control Policy

Algorithm 3

Particle update.
begin
   Particles , , ;
   If   inertia         then
LocalMove ;
   If   cognitiveFactor         then
LocalMove ;
    LocalMove ;
   If   globalCognitiveFactor         then
LocalMove ;
    best ;
end