jMetal / jMetalPy

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

How to decrease execution time? #97

Closed Antonio-Nappi closed 3 years ago

Antonio-Nappi commented 3 years ago

Hello everybody, I'm new in JMetalPy and in multi-objective optimization in general. In my problem I have to run different times the OMOPSO algorithm, and as many data I put in my problem the execution time increases. Is it possible to run it in parallel in order to reduce the execution time?