搜索资源列表
包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决
- 包括蚁群,模拟退火,遗传,神经网络,禁忌搜索等智能优化算法对TSP问题的解决,matlab程序。
testfunction.rar
- 用MATLAB编写的18个智能优化算法的测试函数程序,Prepared using MATLAB Intelligent Optimization Algorithm 18 function testing procedures
GSA_matlab
- GSA,万有引力算法用于求解智能优化问题,效果特好-GSA, Gravitation intelligent optimization algorithm is used to solve problems, good special effects!!
intelligenceAlgeria
- 智能优化算法,可以用matlab平台实现。 关于优化方面比较好的书籍。-Intelligent optimization algorithm, can be used matlab platform. On the optimization better books.
DeMat
- 差分进化算法MATLAB程序,是一种智能优化算法-Differential evolution algorithm MATLAB program, is an intelligent optimization algorithm
chaos_examples
- 自己写的混沌优化算法,有注释,算法简单,适合学习-Chaos Optimization Algorithm for his writing, there are notes, simple algorithm for learning
BBOPSO
- 两个(生物地理算法和粒子群算法)智能优化算法MATLAB程序-Two (biogeographic algorithms and particle swarm optimization) intelligent optimization algorithm MATLAB program
[智能] 粒子群优化算法演示(PSO)-PSO_Wael
- 用粒子群优化算法进行函数寻优,比如寻找函数的最小值,最大值等。(Particle swarm optimization algorithm for function optimization, such as finding the function of the minimum, maximum and so on.)
PSO算法程序
- 粒子群优化算法是一种基于群体智能的演化计算技术。与遗传算法相比,PSO没有遗传算法中的选择(Selection)、交叉(Crossover)、变异(Mutation)等操作,而是通过粒子在解空间追随最优的粒子进行搜索。(Particle Swarm Optimization (PSO) is an evolutionary computing technique based on group intelligence. Compared with the genetic algorithm, P
mathematical modeling
- 文件包含了多种现代优化算法,如神经网络,模拟退火,禁忌搜索等智能算法。同时还有一些数学建模的相关的matlab实现。(The document contains a variety of modern optimization algorithms, such as neural networks, simulated annealing, tabu search and other intelligent algorithms. At the same time, there are some
免疫优化算法在物流配送中心选址中的应用
- 免疫算法是受生物免疫系统的启发而推出的一种新型的智能搜索算法,是一种确定性和随机性选择相结合并具有"勘探"与"开采"能力的启发式随机搜索算法。 算法主要的步骤: (1)抗原识别与初始抗体产生。 (2)抗体评价 (3)免疫操作 免疫算法的特点: (1)全局搜索能力 (2)多样性保持机制 (3)鲁棒性强 (4)并行分布式搜索机制(A new intelligent i
chapter12
- 免疫优化算法应用于物流配送中心,算法编程注释详细,算法运行准确。(The immune optimization algorithm is applied to the logistics distribution center, and the algorithm programming annotation is detailed, and the algorithm runs accurately.)
改进蚁群
- 将蚁群算法应用于三维路径规划问题上,算法编程完整,注释详细,是初学者宝贵的学习材料。(The ant colony algorithm is applied to the three-dimensional path planning problem, the algorithm programming is complete, detailed notes, is a valuable learning material for beginners.)
moealib
- 智能优化算法,方便实用,极好的参考文件,给大家参考(Intelligent optimization algorithm, convenient and practical, excellent reference file.)
粒子群算法实例 (2)
- 本文主要利用粒子群算法解决连续函数的最小值问题,粒子群优化是一种新兴的基于群体智能的启发式全局 搜索算法,粒子群优化算法通过粒子间的竞争和协作以实现在复杂搜索空间中寻找全局最优点。它具有易理解、易实现、全局搜索能力强等特点,倍受科学与工程领域的广泛关注,已经成为发展最快的智能优化算法之一。(Good particle swarm optimization and source program)
蝙蝠优化算法
- 基于matlab平台的启发式智能算法,蝙蝠算法程序(Heuristic intelligent algorithm based on MATLAB platform, bat algorithm program)
和声优化算法
- 基于matlab平台的启发式智能算法,和声算法程序(Heuristic intelligent algorithm based on MATLAB platform, harmonic algorithm program)
改进智能水滴算法
- 求解送取货且带时间窗的绿色车辆路径与调度优化问题(Solving the green vehicle routing and scheduling optimization problem with time window)
鲸鱼优化算法
- 受到鲸鱼的行为启发而产生的一种群体智能优化算法
66种智能优化算法
- 66种智能优化算法可以进行对比,改进,各种目前优化算法基本都有