搜索资源列表
WOA
- 鲸鱼群算法,新型算法,matlb程序,可以测试,里面还包含很多最近出现的新型算法-Whales algorithm, the new algorithm, matlb program, you can test, which also includes many new algorithms recent
Whale Optimization Algorithm (WOA)
- Whale Optimization Algorithm (WOA)
WOACode
- The Whale Optimization Algorithm
WOA
- 鲸鱼群算法matlab 已经写成工具箱 更改相关函数后就可以使用(The whale group algorithm Matlab has been written as a toolbox)
WOAlssvm
- 鲸鱼算法改进优化,结合最小二乘支持向量机,(Whale algorithm optimization)
改进3
- 改进WOA算法,可以解决大规模性的路径优化问题(Algorithms to solve large-scale path optimization problems)
鲸鱼优化算法
- 鲸鱼优化算法(WOA)是一种用于解决优化问题的新优化技术。该算法包括三个算子,用于模拟猎捕鲸鱼的猎物,环绕猎物和泡泡网觅食行为。 压缩包具体包括该算法的发表论文、源代码、matlab工具箱。(Whale optimization algorithm (WOA) is a new optimization technology for solving optimization problems. The algorithm consists of three operators, which a
WOA灰狼算法
- 灰狼优化算法,直接就能用,里面包含有23种测试函数,做实际应用时,需要调一下。(Gray wolf optimization algorithm, which can be used directly, contains 23 kinds of test functions, and needs to be adjusted in practical application.)
鲸鱼群智能优化神经网络(WOA-NN)
- 利用鲸鱼群智能优化算法实现对神经网络的优化,实验结果能够有效避免传统神经网络过拟合的问题,有效提高模型识别精度。内容包含:woa主函数,woa-nn优化主函数;以及三个分类原始数据可供优化模型验证。
鲸鱼优化算法(WOA)源代码
- 鲸鱼优化算法WOA于2016年被提出,算法拥有参数少、全局搜索能力强等优点。