11-07-2015 11:46 AM
Hello,
Thank you Alex.The use of bundled graph helped a lot. To Answer to your 2 questions. I would say that I expect to see the fireflies start with random numbers and then try to find their way to the global maximum. Probably the first guess of the Xi was not good as I was choosing random number between 0 and 1( now I multiplied the random number by 10000 or more to guarantee that thefirst coordinates of the fireflies are spread in a bigger space. As a result, I found the fireflies lost in the space and the closer one has an intensity of -18.
To add the randomness to mmy space search, I would like to use the levy distribution and thank you again as you gave me a key solution in Labview to have access to this distribution. My next problem is to fill the parameters of the Inverse-gamma distribution.
If then
(Lévy distribution)
In the subvi of Inverse-gamma distribution, there are a and b to be filled. Is it in this case a=1/2 and b=c/2? And what is c? Should I fill cdf(x) as well?
To be honest it seems complicated but I am trying to understand!
Cheers,
Zied
11-07-2015 03:00 PM
ziedhosni wrote:
In the subvi of Inverse-gamma distribution, there are a and b to be filled. Is it in this case a=1/2 and b=c/2? And what is c? Should I fill cdf(x) as well?
I'm sorry, I don't know the answear.
May you do well,
Alex