From: Felipe on
Hello experts!!

There is someone who have already implemented a matlab code for the cuckoo's search algorithm?

I'm trying to write a function for this optimization technique and compare its results with the traditional bio-inspired algorithms, but I just can't make it works.

Thank you in advance for the attention.

Felipe
From: TideMan on
On Jun 11, 8:07 pm, "Felipe " <felipe86hr...(a)yahoo.com.br> wrote:
> Hello experts!!
>
> There is someone who have already implemented a matlab code for the cuckoo's search algorithm?
>
> I'm trying to write a function for this optimization technique and compare its results with the traditional bio-inspired algorithms, but I just can't make it works.
>
> Thank you in advance for the attention.
>
> Felipe

Using the pseudo-code shown here:
http://en.wikipedia.org/wiki/Cuckoo_search
it looks pretty straightforward.

Show us where you've got to with the code you cannot get to work, and
we'll try to de-bug it for you.