Description: On the ant colony algorithm for TSP problem by adding partial update and optimization based on maximum entropy, and a beautiful display interface, a very good study on the ant colony algorithm templates can be used as algorithm module added to your own program.
- [xxl] - various information theory entropy Matla
- [antclusteringGA] - my journal articles, research Ant cluste
- [Swarm_Intelligent_Systems-Springer] - Swarm intelligence is an innovative comp
- [DlgDraw] - Graphical display interface, to collect
- [VC6_scope] - VC developed using an oscilloscope softw
- [SIALAB] - This code is related to group a collecti
- [ant] - Ant colony algorithm with 2-opt technolo
- [TSP] - TSP problems ant colony algorithm
- [MMAS] - Max Min Ant Colony
- [ACTC] - Based on improved ant colony algorithm,
File list (Check if you may need any files):
我的算法\ACO.APS
........\ACO.clw
........\ACO.cpp
........\ACO.dsp
........\ACO.dsw
........\ACO.h
........\ACO.ncb
........\ACO.opt
........\ACO.plg
........\ACO.rc
........\ACODlg.cpp
........\ACODlg.h
........\ACSAnt.cpp
........\ACSAnt.h
........\AntColonySystem.cpp
........\AntColonySystem.h
........\common.h
........\Debug\ACO.bsc
........\.....\ACO.exe
........\.....\ACO.ilk
........\.....\ACO.obj
........\.....\ACO.pch
........\.....\ACO.pdb
........\.....\ACO.res
........\.....\ACO.sbr
........\.....\ACODlg.obj
........\.....\ACODlg.sbr
........\.....\ACSAnt.obj
........\.....\ACSAnt.sbr
........\.....\AntColonySystem.obj
........\.....\AntColonySystem.sbr
........\.....\StdAfx.obj
........\.....\StdAfx.sbr
........\.....\vc60.idb
........\.....\vc60.pdb
........\ReadMe.txt
........\res\ACO.ico
........\...\ACO.rc2
........\resource.h
........\StdAfx.cpp
........\StdAfx.h
........\Debug
........\res
我的算法