文件名称:acopt
介绍说明--下载内容均来自于网络,请自行研究使用
A program to demonstrate the optimization process of ant colony optimization for the traveling saleman problem (TSP). The cities are shown as red circles, the pheromone on the connections between them (fully connected graph) by gray lines. The darker the grey, the more pheromone is currently on the edge. During the optimization, the currently best found tour is drawn in red. To run the optimization, first create a random TSP, then create an ant colony, and finally run the optimization.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
压缩包 : 31767691acopt.zip 列表 acopt/ACODemo.java acopt/ACOPanel.java acopt/AntColony.java acopt/makefile acopt/run acopt/run.bat acopt/runjar acopt/runjar.bat acopt/TSP.java