kosukeimai / FindIt

R package FindIt
GNU General Public License v2.0
14 stars 2 forks source link

Compatible with parallel processing? #14

Open estacy opened 4 years ago

estacy commented 4 years ago

I am wondering if there is a way to run the FindIt model with parallel processing, similar to glmnet where there is an option for "Parallel=TRUE" so that one can invoke parallelization with the doParallel package or similar.

kosukeimai commented 4 years ago

I think this can be made in parallel (especially for the grid search). I don't have a bandwidth to do it, but contributions are welcome.