Description: Simulation and Realization of ant colony algorithm
Install JDK, configure the environment variables, import the project, under normal circumstances be saved directly run ant.UI can start a program. If you can not run, will join the folder under the swt.jar build path, and then run in the JVM parameters by adding-Djava.library.path = "dll directory where the absolute path" can be.
Can also be directly under the command line to run the program, assuming that the folder on the D drive with the directory. In the cmd switch to the next folder, run the following command to launch the program.
- [GAAS] - Genetic algorithm and ant colony algorit
- [Croc1.095] - Australian Defense ant colony system, ca
- [Bayes] - A relatively simple pattern recognition
- [antjava] - ant colony
- [tsp] - use ant colony to solve the TSP problem
- [ant] - Ant colony algorithm for the shortest pa
- [Ant] - C# CAO NI MAANtAAAAAADDDDDDDDDDDDDDDDDDD
- [SmartAnt] - Ant colony optimization algorithm demons
- [ant] - ant algriom-can get the latest distance
- [AntTSP] - An ant colony, the main issue on the VRP
File list (Check if you may need any files):
蚁群算法\.classpath
........\.project
........\bin\ant\Ant.class
........\...\...\AntCanvas.class
........\...\...\CustomMapDialog$1.class
........\...\...\CustomMapDialog$2.class
........\...\...\CustomMapDialog$3.class
........\...\...\CustomMapDialog.class
........\...\...\Environment$1.class
........\...\...\Environment$Daemon.class
........\...\...\Environment.class
........\...\...\Map.class
........\...\...\Pheromone$1.class
........\...\...\Pheromone$2.class
........\...\...\Pheromone$3.class
........\...\...\Pheromone.class
........\...\...\SettingsDialog$1.class
........\...\...\SettingsDialog$2.class
........\...\...\SettingsDialog.class
........\...\...\UI$1.class
........\...\...\UI$2.class
........\...\...\UI$3.class
........\...\...\UI$4.class
........\...\...\UI$5.class
........\...\...\UI$6.class
........\...\...\UI$7.class
........\...\...\UI$8.class
........\...\...\UI$9.class
........\...\...\UI.class
........\...\util\PheList$PheIterator.class
........\...\....\PheList.class
........\...\....\Position.class
........\...\....\PosList$PosListIterator.class
........\...\....\PosList.class
........\...\....\PosQueue$PosQueueIterator.class
........\...\....\PosQueue.class
........\...\....\PosStack.class
........\maps\1.mapa
........\....\2.mapa
........\....\3.mapa
........\....\4.mapa
........\....\5.mapa
........\....\6.mapa
........\....\ants.bmp
........\readme.txt
........\src\ant\Ant.java
........\...\...\AntCanvas.java
........\...\...\CustomMapDialog.java
........\...\...\Environment.java
........\...\...\Map.java
........\...\...\Pheromone.java
........\...\...\SettingsDialog.java
........\...\...\UI.java
........\...\util\PheList.java
........\...\....\Position.java
........\...\....\PosList.java
........\...\....\PosQueue.java
........\...\....\PosStack.java
........\swt-win32-3236.dll
........\swt.jar
........\bin\ant
........\...\util
........\src\ant
........\...\util
........\bin
........\maps
........\src
蚁群算法