Research Article

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

Algorithm 2

Pseudo code for mutation of BBO.
1: For each habitat
2:  For each SIV
3:  Select habitat based on the mutation probability .
4:   If U (0,1) then
5:    Replace (SIV) by a randomly generated SIV.
6:   End
7:  End
8: End