搜索资源列表
Ant-Q.rar
- 一个很好的蚁群算法程序,我读研的时候写的.,Ant colony algorithm a very good program, I wrote读研time.
ACAMatlab
- 用蚁群算法设计有关FIR滤波器的优化设计方法,设计简单,思路清晰,有一定的参考实用价值。-Ant colony algorithm with optimal design of FIR filter design method is simple, clear, has some practical value for reference.
ant
- 本代码用蚁群算法求解带时间窗的车辆路径问题-The code with ant colony algorithm with time window of vehicle routing problem
algorithms
- 我个人收集的各类智能算法,共有20多个源代码,包括:遗传算法,蚁群算法,粒子群算法,微分进化算法,遗传神经网络算法,粒子群SVM算法,粒子群神经网络算法等混合算法-I collect all kinds of intelligent algorithms, a total of more than 20 source code, including: genetic algorithms, ant colony optimization, particle swarm optimization,
Ant-Algorithmcpp
- 蚁群算法的C++实现,VC6.0环境。基本蚁群算法+2OPT局部优化+Etlist精英解策略。-Ant colony algorithm C++ implementation, VC6.0 environment. The basic ant colony algorithm+2 OPT local optimization+ Etlist elite Solution Strategy.
Ant_tspC
- c语言编写的蚁群算法源程序,应用于TSP-c language source code of ant colony algorithm applied to TSP
Croc1.095
- 澳大利亚国防部蚁群系统,可以模拟两军对抗。-Australian Defense ant colony system, can simulate the confrontation between the two armed forces.
antcolony
- 程序名称:蚁群觅食模拟 程序介绍: 本程序模拟自然界蚂蚁寻找食物并带回自己窝的过程,栩栩如生的再现了单个蚂蚁的灵活性和整体蚁群的智能涌现。关于用几条简单规则涌现生命现象的信念得到了进一步加强验证。用户可以自定义地图,从而让蚂蚁有机会与复杂的地形环境打交道,地形越复杂,蚂蚁的智能特性越能体现出来。-Name: ant foraging simulation program descr iption: This procedure simulated natural ants to fin
6node-multipath
- 6节点多路由的ns文件,是一种简单的蚁群算法实现源文件有英文分段,无注释-6 multi-node routing ns documents, is a simple ant colony algorithm to achieve sub-source file is available in English, non-Notes
Ant-Circle
- 经典的蚁群算法蚁周模型的实现,论文:《Distributed Optimization by Ant Colonies》-ant colony system, ant circle
AntDemo.tar
- 蚁群聚类的java源码ant colony clustering by java-ant colony clustering by java
ant
- 蚁群算法 却是一种源于自然现象的算法,即与具体问题关系不大的优化算法,也就是它是一种用来在图中寻找优化路径的机率型技术。-Ant colony algorithm Ant colony algorithm is a natural phenomenon due to the algorithm, that is, has little to do with the specific problem of the optimization algorithm, that is, it is a d
Ant_Colony_Clustering_Algorithm
- 蚁群聚类算法及其源码[matlab] 代码是可以执行的 -Ant Colony Clustering Algorithm and its source code [matlab] code is executed
ant-Qos
- 蚂蚁算法在服务质量方面的代码,主要是服务质量方面的东西-Ant Algorithm in the service quality of the code, mainly the quality of services of things
aa
- C#写的蚁群算法,实现了五个城市的旅行商问题,简单易懂-ant colony algorithm
ant-gateways
- 目前,物联网备受关注。在多网关无线传感网络与物联网的异构融合中,通过网关连接是最常用的策略。本程序利用基于蚁群优化的算法,寻找每个节点至网关的最优路径。-Recently, the Internet of Things is getting more and more attention.There are different approaches to integrate WSN into the Internet. The most usual one is to connect the W
ant-colony-algorithm-demo
- 功能强大的蚁群算法演示平台,能针对基本的蚁群算法,改进后的蚁群算法在TSP等问题上进行相关演示-Powerful ant colony algorithm demo platform, can address the basic ant colony algorithm, the improved ant colony algorithm in TSP and other issues related to demo
ant-colony-algorithm-demo-zhang
- VC++源码,是一个功能强大的蚁群算法演示平台,能演示基本的蚁群算法以及改进后的蚁群算法在TSP等问题上进行问题求解的过程-翻译结果(中 > 英)复制结果 VC + + source code, is a strong function of the ant colony algorithm demo platform, can demonstrate the basic ant colony algorithm and the improved ant colony algorith
Ant-colony-algorithm-
- 本文件里描述了用蚁群算法寻找最短路径的方法,以及相应的搜索路线图形表示-This document describes the use of ant colony algorithm to find the shortest path method, and the corresponding graphical representation of the search line
ant-for-VRPTW-master
- VRPTW的蚁群算法,采用python写法,根据算例并求出最优化路径(Ant colony algorithm based on VRPTW)