Research Article
[Retracted] Manta Ray Foraging Optimization with Vector Quantization Based Microarray Image Compression Technique
Algorithm 1
Pseudocode of MRFO Algorithm.
| Parameter initialization: population size N, maximum iterations T | | While termination condition is not fulfilled do | | For i = 1 to N do | | If rand <0.5 then | | If then | | | | Else | | | | End if | | Else | | | | End if | | Determine fitness of every individual If | | Then | | //somersault foraging | | For i = 1 to N do | | | | Determine fitness of all individuals If | | Then | | End for | | End while | | Display optimum solution attained so far |
|