搜索资源列表
最大团问题的各种算法和源代码
- 最大团问题(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.
ant-colony-optimization
- 这是介绍基于蚁群优化算法的碎纸拼接的文章-This is to introduce ant colony optimization algorithm shredding stitching articles
yiqunsuanfa-cPP
- 蚁群优化算法的C++程序 根据具体的要求改变参数和目标函数就能用 -Ant colony optimization algorithm C++ program change parameters and objective function can be used according to specific requirements
ant11
- TSP解答。是智能优化算法的重要问题,采用了蚁群优化算法。-TSP solution. It is an important problem of intelligent optimization algorithm, the ant colony optimization algorithm
先进算法讲义
- 其中包含蚁群算法,退火算法,遗传算法等智能算法,参加数学建模必备的优化算法
yiqunlvxing
- 蚁群优化是一种元启发式的随机搜索技术,是目前解决组合优化问题最有效的工具之一.将信 息素更新和随机搜索机制的改进相结合,提出一种快速求解旅行商问题的蚁群算法-Ant colony optimization is a kind of meta heuristic random search technique, is one of the most effective tool to solve combinatorial optimization problem. The letter
标准蚁群算法
- 利用matlab编程,标准蚁群算法解决物流优化问题
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)
智能优化算法应用于近红外光谱波长选择的比较研究
- 近红外光谱(NIRS)是一种间接分析技术,其应用需建立相应的校正模型。为了提高模型的解释能力、预测准确度和建模效率,需要对NIRS 进行波长选择,优选最小化冗余信息。选用蚁群优化(ACO)、遗传优化(GA)、粒子群优化(PSO)、随机青蛙(RF)和模拟退火(SA)5 种智能优化算法对烟叶总氮和烟碱近红外光谱数据进行特征波长选择,结合偏最小二乘(PLS)算法,构建了多个烟叶总氮和烟碱的校正模型,(Near infrared spectroscopy (NIRS) is an indirect an
蚁群算法
- 用蚁群算法对pid参数进行优化,获得更优的系统动态性能。
蚁群算法 约束条件下
- 对有约束的优化问题.提出了一种改进的蚁群算法.将罚函数策略引入算法中,自动调节惩罚比,避免过度惩罚。算法构造了蚁群适应函数.结合局部搜索策略引导蚂蚁找到解空间中有希望的区域。经过一系列算例测试。证明算法对这些问题的求解是有效的。