搜索资源列表
粒子群算法matlab源代码
- 标准粒子群优化算法,matlab源代码,压缩文件打包,使用请解压,谢谢!
3d-fdtd算法的遗传基因算法matlab模拟
- 3d-fdtd算法的遗传基因算法matlab模拟 基于matlab的3维电磁场的fdtd求解编程并结合遗传算法进行优化
matlab优化程序算例
- 一些基于matlab优化函数fmincon的算例,有助于深入了解matlab的优化算法
这是用matlab写的powell优化算法程序
- 这是用matlab写的powell优化算法程序。,This is written in matlab optimization algorithm powell procedures.
粒子群优化算法
- 几种常见的智能算法代码示例,如clsPSO算法的MATLAB代码(PSO algorithm in intelligent algorithms MATLAB code)
基于遗传算法的BP神经网络优化算法
- 基于遗传算法的BP神经网络优化算法,Matlab代码。(BP neural network optimization algorithm based on genetic algorithm, Matlab code.)
OFA Matlab
- 鲸鱼优化算法,用matlab实现的,优化问题为基准测试函数。(Whale optimization algorithm, using MATLAB to achieve the optimization problem as the benchmark function.)
水波优化算法用于图像匹配matlab源码
- 水波优化算法解决图像匹配问题MATLAB源码(Water wave optimization algorithm to solve the image matching problem MATLAB source code)
“群体智能算法”Matlab工具箱3.0
- 群体智能算法”Matlab工具箱3.0 集成了八种种群体智能算法:'PPNGA','SFLA','MSFLA','AF-SFLA','PSO','ABC','DEr1','DEb2' % 2、适应度函数开放了一个参数Parmaters,接收本文件Options.Parmaters传递的参数,实例参见m文件F3_Rastrigin.m % 3、本程序设置了三个终止条件,终止条件3是必需的;终止条件1,2是可选的,不需要时隐去代码即可 % 4、在优化参数设置中,小种群设置与大种群设置各有优势
萤火虫优化算法
- 基于matlab平台的启发式智能算法,萤火虫优化算法程序(Heuristic intelligent algorithm based on MATLAB platform and the program of firefly optimization algorithm)
蚁群优化算法原理及Matlab编程实现
- 蚁群优化算法原理及其在旅行商问题中的应用的Matlab代码。(Principle of ant colony optimization algorithm and implementation of Matlab programming)
粒子群优化算法代码
- 粒子群算法matlab源程序,换个函数,更改相应的参数就可以在matlab上运行啦(Particle swarm algorithm Matlab source program, change a function, change the corresponding parameters can run on Matlab)
鲸鱼优化算法
- 鲸鱼优化算法(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优化算法书籍第一到第十章节的源码程序,能有效帮助初学人员学习
鲸鱼优化算法matlab代码
- 鲸鱼优化算法matlab代码,可直接用于调用23个经典测试函数进行测试,且有对应注释,代码可读性强,简洁易懂。
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)