anyoptimization / pymoo

NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO
https://pymoo.org
Apache License 2.0
2.14k stars 375 forks source link

Can SMPSO run a Mixed Variables problem? #144

Closed ryanstwrt closed 3 years ago

ryanstwrt commented 3 years ago

Hello, I am currently using your SPEA2 and SMPSO algorithms for comparison with a MOO algorithm that I am developing. I am testing each algorithm with both continuous and discrete problems. I've got SPEA2 running just fine, but I am not able to get SMPSO to run. The problem uses one discrete variable, and two continuous variables. I believe this may be a limitation of the algorithm its self, but wanted to double check with you all. Thanks a lot, I really appreciate your work in setting up this module.