bstellato / mlopt

The Machine Learning Optimizer
Apache License 2.0
101 stars 24 forks source link

Polish parallel execution of candidate solutions + save factorization cache #8

Open bstellato opened 4 years ago

bstellato commented 4 years ago

Need better linear system solver that can be pickled for parallel execution (coming...)

bstellato commented 4 years ago

Scikit-umfpack exposes LU factors that can be pickled. AN example is in their tests.