搜索资源列表
混沌粒子群优化算法
- 混沌粒子群优化算法,一个比较不错的中文版的论文。有兴趣看看。。
一些常规优化算法程序
- 本文档中包括若干种常规优化算法程序源码,如变量轮换法、黄金分割法、加步搜索法、黄金分割法、抛物线法等
粒子群优化算法2
- 三种常见的粒子群优化算法,如linWPSO,LnCPSO,PSO(Three common particle swarm optimization algorithms, such as linWPSO, LnCPSO, and PSO)
粒子群优化算法
- 粒子群优化算法 人工智能 优化算法 信号去噪 非常好用(Particle swarm optimization algorithm, artificial intelligence optimization algorithm, signal denoising is very easy to use)
基于遗传算法的BP神经网络优化算法
- 基于遗传算法的BP神经网络优化算法,Matlab代码。(BP neural network optimization algorithm based on genetic algorithm, Matlab code.)
粒子群优化算法
- 粒子群优化算法的一个demo,简单易懂,属于入门的pso算法(Particle swarm optimization algorithm, a demo, easy to understand, belong to the entry of the PSO algorithm)
基于记忆原理的人际关系优化算法
- 新的优化算法,人工记忆优化算法,今年的比较新(New optimization algorithm, artificial memory optimization algorithm, this year's relatively new)
水波优化算法用于图像匹配matlab源码
- 水波优化算法解决图像匹配问题MATLAB源码(Water wave optimization algorithm to solve the image matching problem MATLAB source code)
智能优化算法
- 优化技术是一种以数学为基础,用于求解各种工程问题优化解的应用技术。作为一个重要的科学分支,它一直受到人们的广泛重视,并在诸多工程领域得到迅速推广和应用,如系统控制、人工智能、模式识别、生产调度、VLSI技术和计算机工程等。鉴于实际工程问题的复杂性、约束性、非线性、多极小、建模困难等特点,寻求一种适合于大规模并行且具有智能特征的算法已成为有关学科的一个主要研究目标和引人注目的研究方向。 20世纪80年代以来,一些新颖的优化算法,如人工神经网络、混沌、遗传算法、进化。(Optimization te
智能优化算法资料
- 优化算法有很多,经典算法包括:有线性规划,动态规划等;改进型局部搜索算法包括爬山法,最速下降法等,模拟退火、遗传算法以及禁忌搜索称作指导性搜索法。而神经网络,混沌搜索则属于系统动态演化方法。 梯度为基础的传统优化算法具有较高的计算效率、较强的可靠性、比较成熟等优点,是一类最重要的、应用最广泛的优化算法。但是,传统的最优化方法在应用于复杂、困难的优化问题时有较大的局限性。(There are many optimization algorithms, the classical algori
《智能优化算法及其应用》王凌
- 智能优化算法及其应用,王凌著,详细介绍了智能优化算法(Intelligent Optimization Algorithm and Its Application)
免疫优化算法在物流配送中心选址中的应用
- 免疫优化算法在物流配送中心选址中的应用(详细代码)(The application of immune optimization algorithm in the location of logistics distribution center (including detailed code))
萤火虫优化算法
- 萤火虫优化算法进行优化参数,是元启发式算法(The optimization algorithm for firefly optimization is a meta heuristic algorithm)
蝙蝠优化算法
- 蝙蝠优化算法是对参数进行优化的算法,是元启发式算法的一种(The bat optimization algorithm is an algorithm to optimize the parameters and is a kind of meta heuristic algorithm.)
和声优化算法
- 和声优化算法是对参数进行优化的算法,是元启发式算法的一种(The harmonic optimization algorithm is an algorithm to optimize the parameters, and it is a kind of meta heuristic algorithm.)
粒子群优化算法
- 粒子群优化算法(Particle Swarm Optimization,简称为PSO),粒子群算法是近年来发展起来的一种新的进化算法,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,通过适应度来评价解的品质(Particle swarm optimization algorithm (Particle Swarm Optimization, referred to as PSO), particle swarm algorithm is a new evolutionary algori
萤火虫优化算法
- 基于matlab平台的启发式智能算法,萤火虫优化算法程序(Heuristic intelligent algorithm based on MATLAB platform and the program of firefly optimization algorithm)
粒子群优化算法
- 粒子群优化算法,内有T熵 对数熵指数熵的程序(Particle swarm optimization algorithm with T entropy logarithmic entropy exponent entropy)
改进的群搜索优化算法_景书杰
- 群搜索优化算法在matla中的实现,群集智能算法( Swarm Intelligence Algorithm)是 近 年出现的一类新的智能优化算法。 与其它基于随机搜 索的优化算法一样,具有易实现、 适用范围广的特点。(preindex=index; prebestmember=bestmember; fvalue = eval(strcat(fname ,'(population)')); [fbestval,index] = min(fvalue); bestmember
蚁群优化算法原理及Matlab编程实现
- 蚁群优化算法原理及其在旅行商问题中的应用的Matlab代码。(Principle of ant colony optimization algorithm and implementation of Matlab programming)