MATLAB code for ant algorithm
显示 更早的评论
I am looking for a basic ant algorithm code that can find the optimal path between the two points. I have a source point and a destination point, i need an ant algorithm code that can help to find an optimal path between the source and the destination point. I need the algorithm in MATLAB
回答(1 个)
Walter Roberson
2016-7-23
0 个投票
Look in the file exchange. I went through about 10 days ago and tagged all of the ant related contributions with the tag "ant"
7 个评论
SUSHMA MB
2016-7-23
Walter Roberson
2016-7-23
I see that I used aco as the general tag.
Anyhow: it appears that you should get busy writing the code.
SUSHMA MB
2016-7-24
SUSHMA MB
2016-7-24
Walter Roberson
2016-7-24
ACO_feature_selection.m is by "aesrdf dsfdsfdssd", not by me. That code is not well documented and portions of it are commented out. It is not clear to me whether you could add an origin and destination point to the code.
You did not include the error message that you are seeing.
SUSHMA MB
2016-7-25
Walter Roberson
2016-7-25
We do not know. The code is not well documented.
Not all File Exchange Contributions are useful.
类别
在 帮助中心 和 File Exchange 中查找有关 Particle Swarm 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!