搜索资源列表
包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决
- 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决,matlab程序。
testfunction.rar
- 用MATLAB编写的18个智能优化算法的测试函数程序,Prepared using MATLAB Intelligent Optimization Algorithm 18 function testing procedures
paper
- 这个是智能优化算法论文集,里面有的文章对于学习者有一定的帮助。-This is a collection of intelligent optimization algorithm, which some articles for the learner will certainly help.
WOA_Toolbox
- 非常好的智能优化算法,最近几年研究出来的,比较新,而且优化性能很好(a very good, novel artificial intelligence optimization algorithm, named whale optimization algorithm (WOA))
遗传算法课件与程序
- 现代优化算法,智能优化算法通过其有效设计可以在跳出局部最优和收敛到一个点之间有个较好的平衡,从而实现找到全局最优点,但有的时候局部最优也是可接受的,所以传统算法也有很大应用空间和针对特殊结构的改进可能。(Modern optimization algorithm)
genetic
- 用于鸢尾花分类的智能优化算法,强烈推荐初学者下载学习(For iris classification intelligent optimization algorithm, is strongly recommended for beginners to download learning)
智能优化算法
- 优化技术是一种以数学为基础,用于求解各种工程问题优化解的应用技术。作为一个重要的科学分支,它一直受到人们的广泛重视,并在诸多工程领域得到迅速推广和应用,如系统控制、人工智能、模式识别、生产调度、VLSI技术和计算机工程等。鉴于实际工程问题的复杂性、约束性、非线性、多极小、建模困难等特点,寻求一种适合于大规模并行且具有智能特征的算法已成为有关学科的一个主要研究目标和引人注目的研究方向。 20世纪80年代以来,一些新颖的优化算法,如人工神经网络、混沌、遗传算法、进化。(Optimization te
智能优化算法资料
- 优化算法有很多,经典算法包括:有线性规划,动态规划等;改进型局部搜索算法包括爬山法,最速下降法等,模拟退火、遗传算法以及禁忌搜索称作指导性搜索法。而神经网络,混沌搜索则属于系统动态演化方法。 梯度为基础的传统优化算法具有较高的计算效率、较强的可靠性、比较成熟等优点,是一类最重要的、应用最广泛的优化算法。但是,传统的最优化方法在应用于复杂、困难的优化问题时有较大的局限性。(There are many optimization algorithms, the classical algori
《智能优化算法及其应用》王凌
- 智能优化算法及其应用,王凌著,详细介绍了智能优化算法(Intelligent Optimization Algorithm and Its Application)
CSC005
- 智能优化算法测试五类Five classes of intelligent optimization algorithm test(Five classes of intelligent optimization algorithm test)
★标准粒子群优化算法
- 标准的粒子群智能优化算法源程序,赶紧拿走吧!(particle swarm optimization)
萤火虫优化算法
- 基于matlab平台的启发式智能算法,萤火虫优化算法程序(Heuristic intelligent algorithm based on MATLAB platform and the program of firefly optimization algorithm)
改进的群搜索优化算法_景书杰
- 群搜索优化算法在matla中的实现,群集智能算法( Swarm Intelligence Algorithm)是 近 年出现的一类新的智能优化算法。 与其它基于随机搜 索的优化算法一样,具有易实现、 适用范围广的特点。(preindex=index; prebestmember=bestmember; fvalue = eval(strcat(fname ,'(population)')); [fbestval,index] = min(fvalue); bestmember
免疫优化算法在物流配送中心选址中的应用
- 免疫算法受生物免疫系统启发,是在免疫学理论基础上发展起来的一种新兴的智能计算算法(Immune algorithm, inspired by biological immune system, is a new intelligent algorithm developed on the basis of immunology theory.)
智能优化算法及其MATLAB实例
- matlab编程参考书籍,常见示例与编程说明(Matlab programming reference books)
《智能优化算法及其MATLAB实例-(第2版)》源码
- 课本所有章节的代码,对应课本每章节每个案例代码均有,可以放心使用(Code for all chapters of the textbook)
jaya(51次)
- 智能优化算法jaya,适用于各种优化问题,特点是无参数。(Intelligent optimization algorithm, jaya, is suitable for various optimization problems with no parameters.)
matlabprogram
- 智能优化算法及其MATLAB仿真实例,包括进化类算法,群智能算法,模拟退火算法,禁忌搜索算法,神经网络算法等程序源码(Intelligent optimization algorithm and MATLAB simulation examples, including evolutionary algorithm, swarm intelligence algorithm, simulated annealing algorithm, tabu search algorithm, neural
全局群智能优化算法改进ELM
- 利用全局优化算法改进群智能算法从而改进ELM(Global group intelligence optimization algorithm improves ELM)
66种智能优化算法
- 66种智能优化算法可以进行对比,改进,各种目前优化算法基本都有