jMetal / jMetalPy

A framework for single/multi-objective optimization with metaheuristics
https://jmetal.github.io/jMetalPy/index.html
MIT License
515 stars 150 forks source link

Do you still have plans to develop python version? #24

Closed babyfiv5 closed 6 years ago

babyfiv5 commented 6 years ago

I recently learned about Jmetal and I only familiar with the python language, but I found that python version lack of many algorithms and problems (in fact, only nsga2 algorithm and smpso algorithm joined). Do you have plans to update the python version with the java version, or hope that we develop these algorithms and problems by ourself ?

ajnebro commented 6 years ago

Hi. My plan is to add progressively algorithms to jMetalPy, but in any case I don't intend to rewrite all the jMetal code in Python. NSGA-II is working and SMPSO is not still finished; MOEA/D is the next technique to be included.

I'm the only developer of this project for now, and that's the reason why it is going very slow. Of course, contributions are welcome.