jcastro-inf / delfos

delfos: DEveLopers' Framework of Suggestions is a recommender systems library that has a number of recommendation algorithms, datasets, experimentation protocols and metrics to perform experiments to evaluate and compare recommendation techniques.
2 stars 1 forks source link

Parallelise GroupCaseStudy executions #6

Closed jcastro-inf closed 8 years ago

jcastro-inf commented 8 years ago

The goal with this issue is to improve the time of execution of a case study with many executions in machines that support a high thread count.

It is going to be implemented using a lot of lambda expressions. Enjoy :dancer:

jcastro-inf commented 8 years ago

This issue has been implemented successfully