搜索资源列表
粒子群算法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.
yichuanyouhuasuanfachengxu
- 遗传优化算法,能够实现自然数域内任意函数的极大值求解,效果很好。这是我的课程实验报告。-Genetic optimization algorithm, to achieve a natural function of the number of arbitrary region of great value to solve, very good. This is my experiment reports courses.
GOA
- 提出的蚱蜢优化算法(GOA)在数学上模拟和模拟蚂蚁群体在自然界中的行为以解决优化问题。(The proposed Grasshopper Optimisation Algorithm (GOA) mathematically models and mimics the behaviour of grasshopper swarms in nature for solving optimisation problems.)
基于遗传算法的BP神经网络优化算法
- 基于遗传算法的BP神经网络优化算法,Matlab代码。(BP neural network optimization algorithm based on genetic algorithm, Matlab code.)
[muchong.com]MATLAB优化算法案例分析与应用
- matlab小算法学习优化问题的同学可以参考参考(Matlab small algorithm learning optimization problems students can refer to reference)
MATLAB优化算法案例分析与应用《进阶篇》
- 贝叶斯分类器 基于背景差分的运动目标检测 基于小波变换的图像压缩 基于BP的模型优化预测 基于RLS算法的数据预测 等等(Bias classifier is based on background difference moving object detection, wavelet based image compression, BP based model optimization prediction, RLS based algorithm for data predicti
粒子群优化算法介绍及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)
chapter3 基于遗传算法的BP神经网络优化算法
- 《MATLAB智能算法30个案例分析》(史峰等)(30 case studies of MATLAB intelligent algorithm (Shi Feng et al.))
电力系统粒子群优化算法
- 可以实现在电力系统中,特别是微电网领域的粒子群优化(MATLAB program for Particle Swarm optimization)
matlab优化工具箱
- matlab的优化算法工具箱,用于进行常见优化算法的配置。(The toolbox of optimization algorithm for matlab.)
蝙蝠优化算法
- 基于matlab平台的启发式智能算法,蝙蝠算法程序(Heuristic intelligent algorithm based on MATLAB platform, bat algorithm program)
和声优化算法
- 基于matlab平台的启发式智能算法,和声算法程序(Heuristic intelligent algorithm based on MATLAB platform, harmonic 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优化算法书籍第一到第十章节的源码程序,能有效帮助初学人员学习