Research Article

An Ensemble of Deep Learning Enabled Brain Stroke Classification Model in Magnetic Resonance Images

Algorithm 1

Pseudocode of DFO Algorithm.
Parameter Initialization
 Assume maximum number of hyperspheres
 Represent the archive size
 While the termination criteria is not fulfilled
  Determine the objective value of every dragonfly
  Compute nondominated solution
  Upgrade the archives based on the attained nondominated solution
  If the archive is occupied
   Execute the archive maintenance scheme to discard the present archive member
  Append the newly attained solutions to the archive
  End if
  If any of the newly appended solutions to the archive is situated external the hyper sphere
  Upgrade and reposition the hypersphere for covering the newly obtained solutions
  End if
  Elect a food source from archive
  Elect an enemy from archive
  Upgrade step vector by the use of
  Upgrade position vector by
  Ensure and adjust the newly obtained position depending upon the boundary variable
 End while