Multi-objective Particle Swarm Optimization in Pymoo? #555
Replies: 2 comments 1 reply
-
My research has never been directly focused on PSO and this is why I have not spent much time on the implementations. Would you be willing to implement MOPSO and contribute to pymoo? |
Beta Was this translation helpful? Give feedback.
-
I just looked at the framework and calling it directly would probably be an issue because of the GNU license. However, the algorithm could be reimplemented based on their implementation and the paper. Are you planning to do research in this area? I have tried to find someone implemented any type of MO PSO algorithm in the past but was not successful. Are you willing to work on a PR?
|
Beta Was this translation helpful? Give feedback.
-
Hi There,
Thank you for developing such a wonderful package for optimization!
I wonder if it is possible to include Multi-objective Particle Swarm Optimization (MOPSO) as an algorithm in Pymoo? MOPSO is powerful in optimization and it would be great if Pymoo could include it. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions