Evolutionary-Optimization-Laboratory / rmoo

An R package for multi/many-objective optimization with non-dominated genetic algorithms' family
GNU General Public License v2.0
29 stars 7 forks source link

Support for parallelization #10

Open KevinLi-USDA opened 10 months ago

KevinLi-USDA commented 10 months ago

Hello, thank you for the work put into this nice package. Is it possible to parallelize the algorithm?

benitezfj commented 10 months ago

We are currently working on master-slave parallelization and improving the performance of the non-dominated sorting operator (which is time-consuming during the evaluation) as you can see in the last commit. This version is not yet available in CRAN.

We are working to test it and correct the required documentation before making a new version in CRAN.

KevinLi-USDA commented 10 months ago

Thank you for the response, looking forward to the updates!