搜索资源列表
粒子群算法matlab源代码
- 标准粒子群优化算法,matlab源代码,压缩文件打包,使用请解压,谢谢!
matlab优化程序算例
- 一些基于matlab优化函数fmincon的算例,有助于深入了解matlab的优化算法
GABP.利用改进遗传优化算法解决BP神经网络中局部最小问题
- matlab格式源代码。功能:利用改进遗传优化算法解决BP神经网络中局部最小问题。,matlab source code format. Function: the use of improved genetic optimization algorithm BP neural network to solve local minimum problems.
模拟退火算法
- 模拟退火算法属于现代优化算法的一种,,实现NP-hard组优化问题的全局最优解,解决大量的实际问题(The simulated annealing algorithm is one of the modern optimization algorithms, which can solve the global optimal solution of the NP-hard group optimization problem and solve a lot of practical probl
基于遗传算法的BP神经网络优化算法
- 基于遗传算法的BP神经网络优化算法,Matlab代码。(BP neural network optimization algorithm based on genetic algorithm, Matlab code.)
免疫优化算法在物流配送中心选址中的应用
- 免疫算法是受生物免疫系统的启发而推出的一种新型的智能搜索算法,是一种确定性和随机性选择相结合并具有"勘探"与"开采"能力的启发式随机搜索算法。 算法主要的步骤: (1)抗原识别与初始抗体产生。 (2)抗体评价 (3)免疫操作 免疫算法的特点: (1)全局搜索能力 (2)多样性保持机制 (3)鲁棒性强 (4)并行分布式搜索机制(A new intelligent i
粒子群优化算法介绍及matlab程序
- 本程序主要用于粒子群优化算法的改进,跳出局部最优(This program is mainly used for particle swarm optimization algorithm, jumping out of the local optimum)
chapter9 基于遗传算法的多目标优化算法
- chapter9 基于遗传算法的多目标优化算法(Chapter9 multi objective optimization algorithm based on genetic algorithm)
chapter7 多种群遗传算法的函数优化算法
- chapter7 多种群遗传算法的函数优化算法(Chapter7 Function optimization algorithm based on multi population genetic algorithm)
电力系统粒子群优化算法
- 可以实现在电力系统中,特别是微电网领域的粒子群优化(MATLAB program for Particle Swarm optimization)
几种遗传优化算法
- 几种遗传算法的MATLAB实现,用于优化规划(MATLAB implementation of several genetic algorithms for optimization planning)
免疫算法-matlab程序
- 结合实例详细介绍了免疫克隆算法优化函数的程序 (Detail with examples immune clone algorithm to optimize the function of the program)((Detail with examples immune clone algorithm to optimize the function of the program))
蝙蝠优化算法
- 基于matlab平台的启发式智能算法,蝙蝠算法程序(Heuristic intelligent algorithm based on MATLAB platform, bat algorithm program)
鲸鱼优化算法
- 鲸鱼优化算法(WOA)是一种用于解决优化问题的新优化技术。该算法包括三个算子,用于模拟猎捕鲸鱼的猎物,环绕猎物和泡泡网觅食行为。 压缩包具体包括该算法的发表论文、源代码、matlab工具箱。(Whale optimization algorithm (WOA) is a new optimization technology for solving optimization problems. The algorithm consists of three operators, which a
灰太狼优化算法
- GWO算法模拟了灰狼在自然界中的领导层次和狩猎机制。四种类型的灰狼,如alpha,beta,delta和omega,用于模拟领导层次结构。此外,实施狩猎,搜寻猎物,环绕猎物和攻击猎物的三个主要步骤以执行优化。 压缩包包括:发表的论文、优化算法代码、优化工具箱。(The GWO algorithm mimics the leadership hierarchy and hunting mechanism of grey wolves in nature. Four types of grey wo
《MATLAB优化算法 张岩 吴水根著》源码
- 优化算法的matlab实例,对初学者很有帮助(Matlab example of optimization algorithm is very helpful for beginners)
MATLAB 优化算法程序1-10
- MATLAB优化算法书籍第一到第十章节的源码程序,能有效帮助初学人员学习
MOPSO多目标粒子群优化算法MATLAB实现.rar
- MOPSO多目标粒子群优化算法MATLAB实现(Implementation of MOPSO multi-objective particle swarm optimization algorithm in MATLAB)
MOPSO多目标粒子群优化算法MATLAB实现
- MOPSO多目标粒子群优化算法MATLAB实现(可直接运行)(MOPSO multi-objective particle swarm optimization algorithm MATLAB (can be directly run))
PSO求解多目标优化问题matlab代码
- 单目标粒子群优化算法的主程序,这是一个案例,可以参考(Single objective particle swarm optimization)