Research Article

COVID-19 Diagnosis Using Capsule Network and Fuzzy -Means and Mayfly Optimization Algorithm

Pseudocode 1

The pseudocode of the MFO-FCM
1) Start
2) Initializing parameters of the MFO and the number of clusters
3) Initializing the cluster centers based on MFO
4) Calculating the objective function
5) Updating the candidate’s position using the MFO algorithm
6) If the termination criteria are satisfied, go to ((6) )
7) Else
    go to ((2) ).
8) End