some line in firefly algorithm that i do not understand

2 views (last 30 days)
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.

Answers (0)

Categories

Find more on Get Started with Optimization Toolbox in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!