Ant Lion Algorithm for data clustering
이전 댓글 표시
Sir
I need the matlab code for running Ant Lion optimization algorithm for data clustering.
Can any body help
댓글 수: 1
Fatema Muhseni
2021년 7월 4일
Hi,
Did you finde this code?
I need it if you could any help plz.
답변 (2개)
KALYAN ACHARJYA
2019년 7월 3일
0 개 추천
Look on this file exchange file
댓글 수: 7
Jess
2019년 7월 20일
KALYAN ACHARJYA
2019년 7월 20일
What is the issue? Be sepecific please.
Jess
2019년 7월 22일
Walter Roberson
2019년 7월 22일
No, that task is not suitable for continuous searches such as that ant lion contribution. You should be using an algorithm that permits a vector of two integers lower bound 1 and upper bound 90 and constraint that one is strictly less than the other . The cost should use two two selected integers as the indices of the two selected centroids.
Much better is just to try all (89*45) unique possibilities without an random search like ga or ant lion.
The situation would be different if the centroids were to be determined (like in kmeans) instead of being forced to be two of the points exactly.
Jess
2019년 7월 22일
Jess
2019년 7월 22일
Walter Roberson
2020년 7월 27일
K-means type of optimization attempt to determine centroids that might not be at the location of any points. The algorithm is not suitable for the case where you have to select your centroids from existing points.
VIVEK SHARMA
2020년 7월 27일
0 개 추천
hi sir
i am vivek
can anyone provide me lion optimization algorithm code in matlab. i wanna this code for clustering
if any one have a code please send me on my email id er.viveksharma22@gmail.com
thanks
댓글 수: 1
Walter Roberson
2020년 7월 27일
KALYAN already gave a link to code.
카테고리
도움말 센터 및 File Exchange에서 Particle Swarm에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!