Research Article

Reinforcement Learning Based Artificial Immune Classifier

Pseudocode 3

The pseudocode of learning algorithm.
Start
(1) Import of award status
(2) Initizialiton of values
(3)  For all status
(4)  While (arrive to goal status)
(5)    Random start value
(6)    All actions and computation of next status
(7)     Next maximum value status
(8)     From current status to next status
(9)  End while
(10) Update status
(11) End of algorithm