搜索资源列表
最大团问题的各种算法和源代码
- 最大团问题(Maximum Clique Problem, MCP)是图论中一个经典的组合优化问题,也是一类NP完全问题,在国际上已有广泛的研究,而国内对MCP问题的研究则还处于起步阶段,因此,研究最大团问题具有较高的理论价值和现实意义。 最大团问题又称为最大独立集问题(Maximum Independent Set Problem),在市场分析、方案选择、信号传输、计算机视觉、故障诊断等领域具有非常广泛的应用。目前,求解MCP问题的算法主要分为两类:确定性算法和启发式算法。确定性算法有回溯法
蚁群算法
- 蚁群算法/ 蚁群算法/Matlab中文论坛--助努力的人完成毕业设计.url 蚁群算法/一种快速求解旅行商问题的蚁群算法.pdf 蚁群算法/使用帮助:新手必看.htm 蚁群算法/基于改进蚁群算法对最短路径问题的分析与仿真.pdf 蚁群算法/基于改进蚁群算法的出租车路径规划算法.pdf 蚁群算法/基于改进蚁群算法的最短路径问题研究.pdf 蚁群算法/基于蚁群算法的公交路线走向模型及其求解.pdf 蚁群算法/基于蚁群算法的完全遍历路径规划研究.PDF 蚁群算法/用蚂蚁算法和模拟退火
antforfood.pdf
- 本文介绍了一种新型模拟进化算法蚁群算法该方法通过模拟蚁群搜索食物的过程,达 到求解组合优化问题的目的 -This article describes a new type of simulated evolutionary algorithm method of ant colony algorithm in the simulation of ant colony search for food through the process of solving combinatorial op
GA_ppt
- 本文档主要介绍智能优化算法的应用,并详细介绍了遗传算法和蚁群算法。-This document focuses on the application of intelligent optimization algorithms, and details of the genetic algorithm and ant colony algorithm.
MOP_ACA
- 针对多目标优化问题,提出一种用于求解多目标优化问题的蚁群算法。-Ai m i n g a t mu l t i — o b j e c t i v e o p t i m iz a t i o n p r o b l e m, t h i s p a p e r p r o p o s e s a n An t C o l o n y A l g o r i t h m( AC A)f o r s o l v i n g Mu l t i — o
yiqunsuanfayingyong
- 蚁群算法多目标优化的博士论文,值得学习借鉴-mop
Ant-colony-algorithm
- 用于一般函数优化的蚁群算法,开发环境为VC++,很实用-Ant colony system is a novel simulated evolutionary algorithm which shows many excellent characters.
alogise
- 该文件中总共包括两种算法,蚁群算法和遗传算法,还有利用蚁群算法对参数进行优化。-The file includes a total of two algorithms, ant colony algorithm and genetic algorithm, the ant colony algorithm to optimize the parameters.
Ant-Colony-for-Multi-objective-
- 基于多目标优化问题的改进蚁群算法的设计描述-Improved Ant Colony Algorithm design descr iption based on the multi-objective optimization problem
CSharp-solve-TSP
- c#解决蚁群算法实例源代码,实现一定范围内最短路径的优化。-c# solve the ant colony algorithm source code examples, shortest path optimization within a certain range.
yiqun
- 基于蚁群算法的高校排课系统优化策略 蚁群算法 课表优化-University Course Scheduling Based on Ant Colony Optimization Strategies Ant Colony Algorithm Optimization Timetable
YANJIU
- 基于蚁群算法的排课问题的研究 课程调度 课表优化 蚁群-Scheduling Problem Based on Ant Algorithm research program scheduling ant colony optimization Timetable
先进算法讲义
- 其中包含蚁群算法,退火算法,遗传算法等智能算法,参加数学建模必备的优化算法
标准蚁群算法
- 利用matlab编程,标准蚁群算法解决物流优化问题
gaijinyiqunsuanfa
- 使用蚁群算法matlab代码,并在其基础上进行改进,进而得以优化蚁群算法。解决全国所有城市的TSP问题-ACA TSP
ACO算法
- 蚁群优化算法,可用于解决一人旅行商等问题。(Ant colony optimization algorithm can be used for TSP and other issues)
现代优化计算方法
- 现代优化计算方法,介绍遗传算法,蚁群算法等智能优化方法(Modern optimization methods, such as genetic algorithm, ant colony algorithm and other intelligent optimization methods)
MATLAB智能算法30个案例分析程序
- 蚁群算法、遗传算法、免疫算法等智能优化算法应用代码(Application code of intelligent optimization algorithms, such as ant colony algorithm, genetic algorithm, immune algorithm and so on)
蚁群算法
- 用蚁群算法对pid参数进行优化,获得更优的系统动态性能。
蚁群算法 约束条件下
- 对有约束的优化问题.提出了一种改进的蚁群算法.将罚函数策略引入算法中,自动调节惩罚比,避免过度惩罚。算法构造了蚁群适应函数.结合局部搜索策略引导蚂蚁找到解空间中有希望的区域。经过一系列算例测试。证明算法对这些问题的求解是有效的。