搜索资源列表
TheDynamicAssignmentProblem
- The Dynamic Assignment Problem,动态排班问题,使用到了各个智能算法-The Dynamic Assignment Problem, dynamic scheduling problems, use of the various intelligent algorithm
ai
- 在工程实践中,经常会接触到一些比较“新颖”的算法或理论,比如模拟退火,遗传算法,禁忌搜索,神经网络等。这些算法或理论都有一些共同的特性(比如模拟自然过¬ 程),通称为“智能算法”。它们在解决一些复杂的工程问题时大有用武之地
基于快速匹配算法的交通监控系统
- 随着城市车辆的增多,交通变得越来越拥挤,所以实现实时的城市交通智能监控对于交通信息收集、规范化交通管 理及城市规划等方面具有重要的意义。针对这个问题,文中以车辆闯红灯为例,提出了一种基于计算机视频检测技术的车 辆运动监控方法。它采用了基于运动矢量的三步搜索算法,在系统实际运行中能根据目标运动方向自动排除许多人为和 自然因素的干扰,确保了图像匹配的快速性和准确性,为对闯红灯等违章行驶车辆进行有效的视频跟踪抓拍和避免误拍提 供了可靠保障
动态规划与排队论
- 本书通过实例与算法程序设计介绍了常用的数学建模方法,包括多元统计、 时间序列分析、线性与非线性规划、多目标规划与目标规划、图论、动态规划、 排队论、优化智能算法、微分与差分、模糊数学、神经网络、计算机仿真、灰色 系统和层次分析法。
蜂群算法论文文档
- 群体智能 蜂群算法
Intelligentapplicationofthealgorithms
- 智能化算法的应用,介绍了各种智能算法的概况,详细介绍了蚁群算法、免疫算法、遗传算法、粒子群算法在配电网重构中的应用,可以管中窥豹地学习智能算法在具体问题中的应用-The application of intelligent algorithms, introduced an overview of the various intelligent algorithms, detailed information on ant colony algorithm, immune algorithm,
先进算法讲义
- 其中包含蚁群算法,退火算法,遗传算法等智能算法,参加数学建模必备的优化算法
智能算法MATLAB 30程序及分析
- 2、案例目录: 1.1 理论基础 1.1.1 遗传算法概述 1. 编码 2. 初始群体的生成 3. 适应度评估 4. 选择 5. 交叉 6. 变异
MATLAB智能算法30个案例分析
- 对于各种现今时髦的算法的分析,里面有三十种算法,包含蚂蚁算法,遗传算法,模拟退火等等。(For the analysis of modern algorithms, there are thirty algorithms, including ant algorithm, genetic algorithm, simulated annealing, and so on)
基于遗传算法的智能题库系统设计_蔡国民
- 该文章阐述了基于遗传算法的智能题库系统的设计方法,有一定的的参考学习价值。(This paper expounds the design method of intelligent item bank system based on genetic algorithm, which has certain reference learning value.)
MATLAB智能算法30个案例分析程序
- 供初学者练习和入门,可以简单操作,材料比较全(For beginners practice and entry, you can simply operate, the material is more complete)
智能三坐标测量机路径规划文章
- 改进蚁群算法,智能三坐标测量机路径规划文章(Improved ant colony algorithm, intelligent coordinate measuring machine pa)
MATLAB优化算法程序集
- Matlab优化与智能算法的一些案例分析(Some cases of Matlab intelligent algorithm)
MATLAB智能算法30个案例分析程序
- 蚁群算法、遗传算法、免疫算法等智能优化算法应用代码(Application code of intelligent optimization algorithms, such as ant colony algorithm, genetic algorithm, immune algorithm and so on)
清华大学飞思卡尔智能车教程,超级推荐
- 全国大学生智能车相关技术阅读,有很多算法的处理。(National college student intelligent car related technology reading)
智能优化算法及其应用
- 介绍了模拟退火,遗传算法等优化算法、神经网络、混合优化算法等(The optimization algorithms such as simulated annealing, genetic algorithm, neural network and hybrid optimization algorithm are introduced.)
智能算法应用
- 这是一本介绍智能优化算法的书,里面所介绍的算法都是目前运用非常广泛的算法
基于猴群算法求解0_1背包问题_徐小平
- 猴群算法是于2008年由Zhao和Tang[8]提出的一种新的用于求解大规模、多峰优化问题的智能优化算法.(The monkey swarm algorithm is a new intelligent optimization algorithm proposed by Zhao and Tang [8] in 2008 for solving large-scale and multi-peak optimization problems.)
智能算法总结
- 该文档对智能算法,包括遗传算法、粒子群算法、禁忌搜索算法和人工神经网络算法等的概念和性能进行了基本总结(This paper summarizes the concept and performance of intelligent algorithms, including genetic algorithm, particle swarm optimization algorithm, tabu search algorithm and artificial neural network a
飞思卡尔杯智能车设计与实践
- 全国大学生智能汽车竞赛的相关资料,包含智能车的车型,赛道信息,设计的电路原理和程序中算法的研究。