Please tell me that In GWO coding where we can found the Objective function and what is that objective function????I want to use the GWO for that i have to change the objective function so please tell me that....
Mostrar comentarios más antiguos
This is the matlab coding of GWO.
1 comentario
Muhammad Ansari
el 20 de Dic. de 2018
I hope you fine i'm working in GWO IEEE 14,33 and 69 bus system can you tell me how do you implement in GWO
Thanking you,
Respuesta aceptada
Más respuestas (1)
Sarmed Wahab
el 22 de Sept. de 2022
0 votos
I am answering only the 2nd part of the question that what is objective function as I also struggled with it.
It is a function that we want to optimize,based on the requirements this optimization can be either minimization or maximization. Simple example of objective function can be some specific equation for which you want to find the roots that results in the lowest value possible.
Another example can be reducing MSE, MAE using these metaheuristic algorithms.
A practical example can be that if you want to make a table having minimum wieght within constraints or limits for width and height of 2ft and 7ft. The algorithm will try to minimize the objective function to give you a table with minimum weight within dimensions defined by us as constraints or boundaries.
The last example was described by SyedMirjalali
Categorías
Más información sobre Simulink 3D Animation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!