Research Article

PSO-Based Support Vector Machine with Cuckoo Search Technique for Clinical Disease Diagnoses

Algorithm 1

Objective function:
,
Generate an initial population of host nests;
While ( < MaxGeneration) or (stop criterion)
Get a cuckoo’s nest randomly and replace its solution by performing Lévy flights;
Evaluate its quality/fitness
Choose a nest among randomly;
if ( ),
    Replace by the new solution;
end if
A fraction ( ) of the worse nests are abandoned and new ones are built;
Keep the best solutions/nests;
Rank the solutions/nests and find the current best;
Pass the current best solutions to the next generation;
end while