Ant Lion Optimizer toolbox

버전 1.0 (86.1 KB) 작성자: Seyedali Mirjalili
A toolbox for the Ant Lion Optimizer (ALO) algorithm
다운로드 수: 1.6K
업데이트 날짜: 2018/5/22

라이선스 보기

This is a simple toolbox with a use-friendly graphical interface, which is very suitable for those without high programming skills.
The parameters of the ALO algorithm can be easily defined in the toolbox.
The default name of the objective function is CostFunction. If you have a look at the CostFunction.m file, you may notice that the cost function gets the variables in a vector ([x1 x2 ... xn]) and returns the objective value. You can either write you objective function in this file or create a new file and pass its name to the toolbox. Remember to follow the same structure for input and output if you decided to go for the second option.
The lower bounds and upper bounds of variables should also be written as lb1,lb2,...,lbn and ub1,ub2,...,ubn. If all of the variables have equal lower and/or upper bounds you can just define lb and ub as two single number numbers: lb, ub.
Just run the ALO_toolbox.m file and enjoy!

This is the source codes of the paper:

Seyedali Mirjalili, The Ant Lion Optimizer, Advances in Engineering Software, Volume 83, May 2015, Pages 80-98, ISSN 0965-9978, http://dx.doi.org/10.1016/j.advengsoft.2015.01.010.
(http://www.sciencedirect.com/science/article/pii/S0965997815000113)

Download the paper for free until April 22, 2015 from : http://authors.elsevier.com/a/1Qe2l3Rf7adUmn

More information can be found in: http://www.alimirjalili.com/ALO.html

I have a number of relevant courses in this area. You can enrol via the following links with 95% discount:

*******************************************************************************************************************************************
A course on “Optimization Problems and Algorithms: how to understand, formulation, and solve optimization problems”:
https://www.udemy.com/optimisation/?couponCode=MATHWORKSREF

A course on “Introduction to Genetic Algorithms: Theory and Applications”
https://www.udemy.com/geneticalgorithm/?couponCode=MATHWORKSREF
*******************************************************************************************************************************************

인용 양식

Seyedali Mirjalili (2024). Ant Lion Optimizer toolbox (https://www.mathworks.com/matlabcentral/fileexchange/49919-ant-lion-optimizer-toolbox), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Global Optimization Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!