rmoo icon indicating copy to clipboard operation
rmoo copied to clipboard

Support for parallelization

Open KevinLi-USDA opened this issue 1 year ago • 2 comments

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

KevinLi-USDA avatar Nov 02 '23 19:11 KevinLi-USDA

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.

benitezfj avatar Nov 03 '23 03:11 benitezfj

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

KevinLi-USDA avatar Nov 03 '23 13:11 KevinLi-USDA