Borrar filtros
Borrar filtros

Optimization using Particle swarm optimization

8 visualizaciones (últimos 30 días)
Usman Bashir Tayab
Usman Bashir Tayab el 14 de Feb. de 2023
Comentada: Usman Bashir Tayab el 15 de Feb. de 2023
Hi Everyone, I have two variables for optimization. x1 = (10,20,30,40,50), x2 = (5,10,15,20,25). Both variables optimum value using Particle swarm optimization (PSO) should be choose from given values above. So i did not understand how to do it with PSO. As both variables have fixed values and optimum value of each variable should be chosen from above values of x1 and x2 by PSO. There is no upper bond and lower bond for PSO. Anyone can help me or guide me to implement it in matlab. Is there any function available in matlab to do it.

Respuestas (1)

Aman
Aman el 15 de Feb. de 2023
Editada: Aman el 15 de Feb. de 2023
Hi,
I understand that you have an objective function whose value is dependent on “x1” and “x2” and you want to find the optimal value of the function using PSO.
Since you want to find optimal value from a specific set of values of “x1” and “x2”, you could try all the combinations of “x1” and "x2" to get the optimal value and corresponding values of “x1” and “x2”. You can refer the below link to get to know more about discrete integer function optimization.
  1 comentario
Usman Bashir Tayab
Usman Bashir Tayab el 15 de Feb. de 2023
Hi Aman, Thank you for answer. I see the link and he mentioned that he did it for PSO. But didn't share any help detail which can help me to solve my problem.

Iniciar sesión para comentar.

Categorías

Más información sobre Particle Swarm en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by