From: Felipe on 11 Jun 2010 04:07 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 11 Jun 2010 04:34 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.
|
Pages: 1 Prev: How to generate a 2D intensity plot Next: Problem in training the Neural Network |