class GreyWolfOptimizer: def __init__(self, alpha_pos, beta_pos, delta_pos, wolf_count, dim, max_iter): self.alpha_pos = np.array(alpha_pos) self.beta_pos = np.array(beta_pos) self.delta_pos = np.array(delta_pos) self.wolf_count = wolf_count self.dim = dim self.max_iter ...
一、灰狼优化算法GWO 灰狼优化算法(Grey Wolf Optimizer,GWO),由澳大利亚格里菲斯大学学者Mirjalili 等人于2014年提出来的一种群智能优化算法。灵感来自于灰狼群体捕食行为。 二、灰狼优化算法GWO求解23个基本测试函数 2.1 23个函数基本信息 测试集:23组基本测试函数简介及图像(提供python代码)_IT猿手的博客-CSDN博客 2.2...
Python zhaohaojie1998/Grey-Wolf-Optimizer-for-Path-Planning Star482 灰狼优化算法(GWO)路径规划/轨迹规划/轨迹优化、多智能体/多无人机航迹规划 uavpath-planningtrajectory-optimizationmulti-agent-systemsgwogrey-wolf-optimizer UpdatedApr 13, 2024 MATLAB ...
The program is implemented in PYTHON language and tested on public and self-made photo collections. Through the evaluation of the camera model, the proposed improved grey wolf algorithm is implemented to obtain camera parameters. The 2-dimensional coordinates of the acquired image are as compared ...
Grey wolf optimizer (GWO) is one of recent metaheuristics swarm intelligence methods. It has been widely tailored for a wide variety of optimization problems due to its impressive characteristics over other swarm intelligence methods: it has very few parameters, and no derivation information is requir...
Proposed Grey Wolf Optimizer (GWO) Determine optimal source size and location for capacity expansion Considered Considered Considered Applicable IEEE 39-bus test system 6. Conclusion In this paper, the Grey Wolf algorithm-based source size and location determination method is proposed for capacity expans...
本资源共包括四个文件,其中main.m为主文件,将四个文件放在同一个文件夹下,直接巡行main文件即可显示最终的运行结果,并绘制每次迭代的最优适应度。f_getfitness.m与f_fit.m为运行中main.m需要调用的子函数,Grey Wolf Optimizer.pdf为灰狼优化算法的原理文件,为发表时的英文版本...
Python This contains the objective function file to optimize the weight of 942 bar tower truss also known as 26 storey tower truss. optimizationoptimizerbarwolftowergreytrussgreywolf94226storey UpdatedAug 30, 2021 MATLAB 💠️📐️📖️ The official documentation source repository for The Gr...
for scene classification. Compared with traditional BoVW model in which the visual words are usually obtained by using handcrafted features. The later part of project proposes an application of Grey Wolf Optimizer (GWO) algorithm for satellite image segmentation. The original GWO has been correctly ...
灰狼优化算法(Grey Wolf Optimizer, GWO)心愁**rⅡ 上传11KB 文件格式 docx 灰狼优化算法(GWO)是一种基于自然界灰狼群狩猎行为的启发式优化算法,由伊朗学者Mirjalili于2014年提出。该算法模拟了灰狼群体在捕食过程中表现出的社会行为、领导权动态转移以及搜索策略等特性,用于解决各种工程和科学领域的复杂优化问题...