aboulaboul / automl

Deep Learning with Metaheuristic
28 stars 12 forks source link

parallel computing. #5

Closed VladPerervenko closed 3 years ago

VladPerervenko commented 3 years ago
  1. Parallel computing only in Linux? Why? In R, several packages allow computations to be parallelized on both Linux and Windows. Is it difficult or impossible to do? Without parallelization, the learning curve goes to eternity.
aboulaboul commented 3 years ago

Hi @VladPerervenko, indeed sorry for windows user, this package was intended from the beginning to be without any dependencies and R deals parallelization natively only on Unix like platform ... BUT there is a solution : you can try installing WSL (Windows Subsystem for Linux)