Research Article
Cloud Particles Evolution Algorithm
Algorithm 2
Evolutionary algorithm of the cloud liquid state.
(1) if State == 1 then | (2) Calculate the evolution potential of cloud particles according to (5) | (3) Calculate the phase transformation driving force according to (6) | (4) for : | (5) for : | (6) if | (7) | (8) elseif | (9) | (10) else | (11) | (12) endif | (13) endfor | (14) endfor | (15) for : | (16) Update for each sub-population according to (8) | (17) endfor | (18) if PT ≤ δ then | (19) if then | (20) Reciprocity Operation according to (9)% Reciprocity Operation | (21) else | (22) % Phase Transformation from liquid to solid | (23) | (24) Childnum = Childnum × 2 | (25) Select the nucleus of each sub-population | (26) | (27) State = 2 | (28) endif | (29) endif | (30) endif |
|