搜索资源列表
tspants
- TSP的蚂蚁算法实现,C++原程序,无密码.-TSP ant algorithm, C program, without a password.
11402640
- 人工生命群体智能 (蚂蚁算法的实验版本)-groups intelligent artificial life (the Ant Algorithm experimental version)
antwenjian
- 蚂蚁算法程序,好东西啊!!大家下栽吧 可以演示结果-Ant Algorithm procedures, good things ah! ! We crashed it can display results
Operssssssa
- 基于蚂蚁算法的学校排课系统.pdf 用户评价-Ant-based schools Course Scheduling System. Pdf user evaluation
mayisuanfa
- 蚂蚁算法,一个学生的论文,精典TSP问题
ANT
- 一个关于蚂蚁算法的小程序,希望可以对大家有帮助
Ant
- 这是一个关于蚂蚁算法的源代码程序文件,介绍了一个完整的蚂蚁算法
20080510
- 复杂环境下,移动机器人路径规划改进蚂蚁算法
tsp504
- 蚂蚁算法解决TSP中的多路径的问题的解决为出发点来编写的程序
改进智能蚂蚁算法
- 智能蚂蚁算法——蚁群算法的改进 求解VRP问题 求解TSP问题-smart ant algorithm -- ant colony algorithm improvements for VRP for TSP
蚂蚁算法一
- 学习了一个学期的人工智能,了解到了人工智能的强大力量.很多智能算法真是很令人向往! 下面是我实现的蚁群算法. 下面介绍一下什么是蚁群算法: 主要是一种模拟生物的进化: 用信息素来引导蚂蚁向比较好的方向前进.
ACA_TSP
- 利用蚂蚁算法求解TSP问题的C++源代码。和matlab源代码相比,更加简洁。-Use ant algorithm to solve TSP problems C++ Source code. Matlab source code and compared to more concise.
Ant_Colony_Optimization_1
- 详细讲解蚂蚁优化算法的ppt课件。通过对课件的学习可以掌握最基本的蚂蚁算法的原理和基本应用领域。-Explain in detail the optimization algorithm ants ppt courseware. By learning courseware can acquire the most basic principle of ant algorithm and basic applications.
kakaAntV1.4
- MFC版蚂蚁算法演示程序,很直观 可以调整蚂蚁智力,记忆力等-MFC version of ant algorithm demo program, it is intuitive to adjust the ant intelligence, memory, etc.
ACO-TSP
- 利用蚁群算法解决旅行商问题,其中运用智能蚂蚁算法-Using Ant Colony Optimization Algorithm to solve Traveling Salesman Problem
ANT
- 蚁群算法,程序运行后可以出现蚂蚁出巢寻找最短路的画面-Ant colony algorithm, the program can occur after running out of the nest ants to find the most short-circuit the screen! !
Genetic-Ant
- 遗传算法和蚂蚁算法融合的代码,比较好的利用了两种代码的优点,有很好的参考价值-Genetic Algorithm and Ant Algorithm code integration, better use of the advantages of two kinds of code, have a good reference value
yiqun
- 蚂蚁算法C++源程序有注释容易理解.给初学蚂蚁算法的人提供一个范例.-Ant Algorithm
AntSim1_1
- 蚂蚁算法的一个场景演示,里面可以设置不同的场景还有抑素的挥发设置等。-An ant algorithm demo scene, which can set up different scenes there are the volatile settings, such as endostatin.
蚁群算法
- 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。 这种算法具有分布计算、信息正反馈和启发式搜索的特征,本质上是进化算法中的一种启发式全局优化算法。蚁群算法的matlab实现(Ant colony algorithm is a probabilistic algorithm for finding optimal paths. It was put forward by Marco Dori