Can any one tel me how i can run this program, please i am new in mat-lab.
what and how to give input to the function,
i have a feature vector of the images how i can use it.
I am new to matlab and image processing, this code is work fine with me, but i can't can understand it in detail. can any one help me to explaining the code line by line.
you can email me to malikimran110@gmail as well.
hoping to hear from you.
Thanks. The fraction (pa) is checked by using the line (find this line in the code):
K=rand(size(nest))>pa;
which provides a vectorized implementation. That is, for n nests, you can check this in one go.
If the condition is true, then you update/replace the solutions by generating new solutions.
Comment only
24 Apr 2013
Cuckoo Search (CS) Algorithm
A standard Cuckoo Search is implemented,
which is very efficient. There are three versions now.
Comment only