搜索资源列表
WOA_Toolbox
- matlab鲸鱼算法工具箱,包含多种无约束测试函数,多种算法进行比较,GUI界面良好,是今年国外学者新提出的仿生智能优化算法-Whale algorithm matlab toolbox contains a variety of unconstrained test functions, a variety of algorithms are compared, a good GUI interface is intelligent bionic year foreign scholars p
WOA_Toolbox
- 非常好的智能优化算法,最近几年研究出来的,比较新,而且优化性能很好(a very good, novel artificial intelligence optimization algorithm, named whale optimization algorithm (WOA))
OFA Matlab
- 鲸鱼优化算法,用matlab实现的,优化问题为基准测试函数。(Whale optimization algorithm, using MATLAB to achieve the optimization problem as the benchmark function.)
LWOA
- 鲸鱼算法的基础上 加上levy飞行算法!!!!优化了速度 学习用(The whale algorithm is based on the Levy flight algorithm!!!! Optimized for speed learning)
PSO-vs-WOA-master
- 粒子群算法与鲸鱼优化算法比较源程序,提供参考文献,测试通过。(Whale Optimization Algorithm (WOA) source codes demo 1.0)
WOAlssvm
- 鲸鱼算法改进优化,结合最小二乘支持向量机,(Whale algorithm optimization)
Toolbox_all_algorithms
- 这是MATLAB中最新的优化工具箱,它利用最近提出的7种算法来优化您的问题。 此工具箱中提供的算法包括: 灰狼优化器(GWO),蚂蚁狮子优化器(ALO),多功能优化器(MVO),蜻蜓算法(DA),蛾火焰算法(MFO),正弦余弦算法(SCA)和鲸鱼优化算法(WOA) 。(This is the latest optimization toolbox in MATLAB, which optimizes your problem using seven algorithms recently pr
鲸鱼优化算法
- 鲸鱼优化算法(WOA)是一种用于解决优化问题的新优化技术。该算法包括三个算子,用于模拟猎捕鲸鱼的猎物,环绕猎物和泡泡网觅食行为。 压缩包具体包括该算法的发表论文、源代码、matlab工具箱。(Whale optimization algorithm (WOA) is a new optimization technology for solving optimization problems. The algorithm consists of three operators, which a
VNWOA优化LSSVM
- 鲸鱼算法,PSO,GA,优化核极限学习机,(Whale algorithm, PSO, GA, optimized nuclear extreme learning machine,)
PV_parameter_identification
- 基于MATLAB编程的正余混沌双弦鲸鱼优化算法实现,包括源码和数据(PV_parameter_identification)
鲸鱼优化算法matlab代码
- 鲸鱼优化算法matlab代码,可直接用于调用23个经典测试函数进行测试,且有对应注释,代码可读性强,简洁易懂。
鲸鱼优化算法
- 受到鲸鱼的行为启发而产生的一种群体智能优化算法
鲸鱼群智能优化神经网络(WOA-NN)
- 利用鲸鱼群智能优化算法实现对神经网络的优化,实验结果能够有效避免传统神经网络过拟合的问题,有效提高模型识别精度。内容包含:woa主函数,woa-nn优化主函数;以及三个分类原始数据可供优化模型验证。
鲸鱼优化算法(WOA)源代码
- 鲸鱼优化算法WOA于2016年被提出,算法拥有参数少、全局搜索能力强等优点。