Research Article

Credit Risk Prediction Using Fuzzy Immune Learning

Pseudocode 2

Pseudocode of IFAIS.
procedure IFAIS
begin
Initialization(); // a population of B cells is generated
Rule Generation(); // a population of B cells searches for optimized rule iteratively
Rule Learning(); // From the final population, the best B cell based on fitness is selected.
Termination Test // If a stopping condition is satisfied, the learning of current class is finished and
 the algorithm is going to learn the next class.
End