some line in firefly algorithm that i do not understand

2 次查看(过去 30 天)
hi, I would like to ask about below line in firefly algorithm
z=f(x,y);
what is the function of z in firefly algorithm?
why it must be the result of f(x,y)
while f is f=vectorize(inline(funstr))
f =
Inline function:
f(x,y) = exp(-(x-4).^2-(y-4).^2)+exp(-(x+4).^2-(y-4).^2)+2.*exp(-x.^2-(y+4).^2)+2.*exp(-x.^2-y.^2)
thank you.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with Optimization Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by