How does the Grey Wolf Optimizer work? BEST SIMULATION OF GREY WOLF OPTIMIZER (GWO)!
HTML-код
- Опубликовано: 4 ноя 2024
- This video investigates the mathematical models of the Grey Wolf Optimizer. You will find a lot of discussions and experiments to see the role of the main controlling parameters in this algorithm.
These videos are taken from my course on this algorithm in Udemy. You can enrol to this course here: www.udemy.com/...
From the pseudocode and equations, I thought that all omegas took the same place at each iteration, which had no sense. With this video, I finally realized that each omega take a different random position. Thanks for the explanation
Thank you Dr.
One of the most influential AI researchers in the world.
The sliders for changing the control parameters of the algorithm are really handy. Thanks Prof.
I quite liked them too :) A good way or observing the behaviour of an algorithm while changing its parameters.
@@thealimirjalili Many thanks professor!
great Processing.Js to explain GWO. ThumbsUp!
Amazing Job Ali..!!!
Thanks Varghese
Thank you very much! Awesome visualization tools!
Thanks a lot I enrolled in your Udemy course great job ✌
Thanks Mohammad and welcome on board :)
Thanks a lot,Sir, Great explanation!! .I would ask you if I can use this algorithm to solve " fault tolerance of GWO " considering that I need to propose a research for my Msc ?
I hope that you could answer me.I'm from Ethiopia.
Thanks, Amazing work. can we use GWO for computation offloading in cloud computing
thanks, very good explanation .i would ask you if i can use this algorithm to solve " vehicle routing problem " which is not an engineering or continues problem considering that i need to publish a research paper for my PhD ?
i hope that you could answer me
Thanks. You have to use the binary/discrete version of this algorithm for such problems.
@@thealimirjalili thanks for reply , does it work well or can i adapted it to the problem ??
@@thealimirjalili Sir where can i get simulation setup for GWO? my you provide the link please? Thanks
Thanks ; very good explanation. I would ask you for the editor used to make this simulation?
p5.js: editor.p5js.org/Ali/sketches/TLX2IcWw
I want to learn about genetic algorithms and i want to do Aİ. Which order should i take your courses. I want to invest my time and money on these courses.
in the formula of updating the position why you are using the prey position instead of the position X(t), X(t+1) = X_prey(t) - A*D and not X(t+1) = X(t) - A*D
i also had this doubt. Is it really X(t)?
I want Grey Wolf Optimizer algorithm in wireless sensor network
tum ta bade heavy driver ho!
hello sir, please i have a question about the parameter of ant colony : Q ?? how to choose the value and about the initial pheromone how to choose the value please sir
I cannot find the code below the video. Can you let me know where it is in detail?
Thank you brother
Can I change the parameter of the controller .. How can I obtain the code .. Thank you very much
ALSALAM ALAYKUM. Thanks alot Prof., i have a question please, how can i use gwo in classiffication of image.
Legend
Can we solve constrained minimisation problem using aco. reply pls
Please, how can I download the code. Thanks
In this X(t), X(t+1) = X_prey(t) - A*D and not X(t+1) = X(t) - A*D, how - A*D will play role
Hi Sir how can I connect with you?
Aoa Sir,
I have to optimize a function using gwo.
f= (exp(x1)/1+exp ( y1+w1))+
(exp(x2)/1+exp(y2+w2))+(exp(x3)/1+(y3+w3))
But I don't how to code this function in gwo
It's lb=0 and ub =1
Sir need help .
Sir which course of udemy to enrol for grass hooper algorithm code
Hi Ali
How can I download this code?
where is the file of the code
how can i get your code
❤
How we can find the codes?
It is in my Udemy course