搜索资源列表
ACA
- 蚁群算法用c++语言实现的,可以用于求旅行商问题的解-Ant colony algorithm using c++ language and can be used to seek the solution of traveling salesman problem
lvbutton
- Prueba,para ver como funciona esto, aca no hay nada importante
Aca+prg
- Parallel program for matrix multiplication
ACA
- C++蚁群算法解决TSP问题,内有详细的说明。改进了信息素更新方式,使得olive30城市的TSP例子能达到416的最小值。-C++ ant colony algorithm to solve TSP problems, with detailed instructions. Improved pheromone update methods, making olive30 city TSP example to achieve the minimum 416.
ACA
- 蚁群算法,python实现,求解tsp问题-Ant colony algorithm, python implementation problem solving tsp
memory-barriers
- memory barriers in aca
ACA
- 遗传算法源代码,关于旅行商旅问题,按个步骤进行-Genetic algorithm source code, about the travel business travel by step
ACA-TSP
- 将蚁群算法应用于解决中国旅行商问题(TSP) MATLAB 编程的-The ant colony algorithm is applied to solve the traveling salesman problem China (TSP) MATLAB Programming
ACA-----TSP
- 蚁群算法ACO应用于TSP问题,MATLAB程序代码,具有详细解释,运行正确-ACO ACO algorithm is applied to the TSP, MATLAB code, with a detailed explanation of the correct operation
10.1016@j.aca.2011.07.027
- a good document about optimization
Basler pylon SDK x86 3.2.3.3215
- 支持basler ACA系列相机32位系统安装包(Support ACA series camera 32 - bit system installation package)
Copy_of_yiquan
- 蚁群VRP,可正常运行。T优化蚁群算法对的每个配送区域的求解最优路径的二(ACA VRP.can load and run)
ACA
- 基于蚁群算法的TSP问题的实现,仅用于对蚁群算法的学习(Implementation of TSP problem based on ant colony algorithm)
神经网络入门13课源码
- 神经网络入门13课源码 第一课 MATLAB入门基础 第二课 MATLAB进阶与提高 第三课 BP神经网络 第四课 RBF、GRNN和PNN神经网络 第五课 竞争神经网络与SOM神经网络 第六课 支持向量机( Support Vector Machine, SVM ) 第七课 极限学习机( Extreme Learning Machine, ELM ) 第八课 决策树与随机森林 第九课 遗传算法( Genetic Algorithm, GA ) 第十课 粒子群优化( Part