Research Article

Relationship between Clinicopathologic Variables in Breast Cancer Overall Survival Using Biogeography-Based Optimization Algorithm

Algorithm 1

Pseudo code for migration of BBO.
1: For each habitat
2:  For each SIV
3:  Select habitat with probability
4:  If U (0,1) then
5:  Select with probability
6:   If U (0,1) then
7:   Replace (SIV) by(SIV)
8:   End
9:  End
10: End
11: End