MATLAB code for ant algorithm

조회 수: 10 (최근 30일)
SUSHMA MB
SUSHMA MB 2016년 7월 23일
댓글: Walter Roberson 2016년 7월 25일
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
Walter Roberson 2016년 7월 23일
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
SUSHMA MB 2016년 7월 25일
mydata = importdata('d:\matlab7\work\test3.dat');
The above mentioned file is missing. What kind of file is this?
Walter Roberson
Walter Roberson 2016년 7월 25일
We do not know. The code is not well documented.
Not all File Exchange Contributions are useful.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Particle Swarm에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by