Research Article
An Ensemble of Deep Learning Enabled Brain Stroke Classification Model in Magnetic Resonance Images
Algorithm 2
Pseudocode of SBO Algorithm.
| Input: population | | Output: optimal searching agent, | | Procedure SOA | | Parameter Initialization: and | | Determine the fitness of every search agent | | optimal searching agent | | While | | for every searching agent do | | Upgrade the location of searching agent | | end for | | Upgrade variables and | | Determine fitness value of all searching agents | | Upgrade when better solution exist over earlier optimum solution | | | | End while | | Return | | End procedure |
|