搜索资源列表
TheDynamicAssignmentProblem
- The Dynamic Assignment Problem,动态排班问题,使用到了各个智能算法-The Dynamic Assignment Problem, dynamic scheduling problems, use of the various intelligent algorithm
ai
- 在工程实践中,经常会接触到一些比较“新颖”的算法或理论,比如模拟退火,遗传算法,禁忌搜索,神经网络等。这些算法或理论都有一些共同的特性(比如模拟自然过¬ 程),通称为“智能算法”。它们在解决一些复杂的工程问题时大有用武之地
蜂群算法论文文档
- 群体智能 蜂群算法
蚁群算法
- 小小的蚂蚁总是能够找到食物,他们具有什么样的智能呢?设想,如果我们要为蚂蚁设计一个人工智能的程序,那么这个程序要多么复杂呢?首先,你要让蚂蚁能够避开障碍物,就必须根据适当的地形给它编进指令让他们能够巧妙的避开障碍物,其次,要让蚂蚁找到食物,就需要让他们遍历空间上的所有点;再次,如果要让蚂蚁找到最短的路径,那么需要计算所有可能的路径并且比较它们的大小,而且更重要的是,你要小心翼翼的编程,因为程序的错误也许会让你前功尽弃。这是多么不可思议的程序!太复杂了,恐怕没人能够完成这样繁琐冗余的程序。
GLK_TRACK
- 一种改进的光流算法,智能图象,目标跟踪,视频分割-An improved optical flow algorithm, intelligent image, target tracking, video segmentation
jishubaogao
- 用s12单片机写的智能小车运行的程序,执行的效率比较高,使用了模糊算法-Written by s12 SCM smart car running programs, the implementation of more efficient, using a fuzzy algorithm
Intelligentapplicationofthealgorithms
- 智能化算法的应用,介绍了各种智能算法的概况,详细介绍了蚁群算法、免疫算法、遗传算法、粒子群算法在配电网重构中的应用,可以管中窥豹地学习智能算法在具体问题中的应用-The application of intelligent algorithms, introduced an overview of the various intelligent algorithms, detailed information on ant colony algorithm, immune algorithm,
PIDNN-control-system
- 重点讲述了PID神经元网络这种智能算法的原理,仿真效果也有其在VB、labview中的实现-This is a valualbe book that focuses on the PIDNN method and its application in control system,and it can be realised in VB an LabView.
yichuantuihuosuanfa
- 遗传算法,用来避免穷举法来寻求全局最优解,属于智能算法-The genetic algorithm is used to avoid the brute-force method to find the global optimal solution, belongs to the intelligent algorithm
PSO
- 关于PSO智能算法在多率系统的状态和参数估计中的应用-PSO intelligent algorithm in multi-rate system of state and parameter estimation
The-Multi-user-Detection-paper
- 提出了基于联合智能算法的MIMO-OFDM系统多用户检测算法。联合智能算法结合了粒子群优化算法、遗传算法、模拟退火算法的思想。-Joint intelligent algorithm is proposed based on multi-user detection algorithm of MIMO- OFDM system. Combined intelligent algorithm combining particle swarm optimization algorithm and g
ABCsomething
- 关于蜂群算法等一些新一代智能算法的英文文献,不仅有基础原理方面的讲解,更有更深层次的扩展,适合初学者学习-About bee colony algorithm and some English literature a new generation of intelligent algorithms, not only to explain the basic principles of knowledge, even deeper extension, suitable for beginne
yinlisousuosuanfa
- 对新的智能算法:引力搜索算法的介绍 由伊朗科学家于2009年发明-New intelligent algorithm: gravitational search algorithm presented by Iranian scientists invented in 2009
CoDE
- code差分进化是一种群智能算法,得到了广泛的应用-differential evolution
chapter3
- matlab智能算法遗传算法优化人工神经网络权值和阈值-Matlab intelligent algorithm of genetic algorithm to optimize neural network weights and threshold
MATLAB-The-neural-network-43-cases-
- 智能算法人工神经网络中,43个重要算法,用MATLAB编写,使用的是.doc 文档打开。-43 cases for intelligent algorithm the neural network using MATLAB ,and the document is .doc .
nice
- 除了蚁群算法,可用于PID参数优化的智能算法还有很多,比如遗传算法、模拟退火算法、粒子群算法、人工鱼群算法,等等。-In addition to the ant colony algorithm, can be used to optimize the PID parameters, there are many intelligent algorithms, such as genetic algorithms, simulated annealing algorithm, particle
基于遗传算法的智能题库系统设计_蔡国民
- 该文章阐述了基于遗传算法的智能题库系统的设计方法,有一定的的参考学习价值。(This paper expounds the design method of intelligent item bank system based on genetic algorithm, which has certain reference learning value.)
MATLAB智能算法30个案例分析程序
- 蚁群算法、遗传算法、免疫算法等智能优化算法应用代码(Application code of intelligent optimization algorithms, such as ant colony algorithm, genetic algorithm, immune algorithm and so on)
飞思卡尔杯智能车设计与实践
- 全国大学生智能汽车竞赛的相关资料,包含智能车的车型,赛道信息,设计的电路原理和程序中算法的研究。