Introduction - If you have any usage issues, please Google them yourself
MATLAB real-coded ant colony algorithm source, M files.
. Function 1: f = cos (. 2* pi* x)* cos (. 2* pi* y)* exp (- ((x ^ 2+ y ^ 2)/10)..)
Function 2: f = exp (.-2* Log (2)* ((x-0.1) ./ 0.8) ^ 2.)* (Sin (5* pi* x).) ^ 6..
Function 3: f = (3 ./ (0.05+ (x ^ 2+ y ^ 2))..) ^ 2+ ^ 2. (X ^ 2+ y ^ 2..).
Function 1 annotated with comments