12.07.2013 Views

Improved ant colony optimization algorithms for continuous ... - CoDE

Improved ant colony optimization algorithms for continuous ... - CoDE

Improved ant colony optimization algorithms for continuous ... - CoDE

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

3.3 Experimental Study 19<br />

Algorithm 3 Outline of IACOR-LS<br />

Input: : ξ, p, InitArchiveSize, Growth, MaxArchiveSize, FTOL, MaxITER, MaxFailures,<br />

MaxStagIter, D and termination criterion.<br />

Output: The best solution found<br />

k = InitArchiveSize<br />

Initialize and evaluate k solutions<br />

while Termination criterion not satisfied do<br />

// Local search<br />

if FailedAttempts best < MaxFailures then<br />

Invoke local search from Sbest with parameters FTOL and MaxITER<br />

else<br />

if FailedAttempts random < MaxFailures then<br />

Invoke local search from Srandom with parameters FTOL and MaxITER<br />

end if<br />

end if<br />

if No solution improvement then<br />

FailedAttempts best||random + +<br />

end if<br />

// Generate new solutions<br />

if rand(0,1)

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!