tick icon indicating copy to clipboard operation
tick copied to clipboard

Cleaner stochastic solvers

Open stephanegaiffas opened this issue 7 years ago • 1 comments

Adding some extra hierarchy in C++ stochastic solvers and some extra tests in computations. For instance, some methods do not check that a model was actually passed, and that the model is indeed a GLM... This could lead to segfault (if really done on purpose...). Also, some things could be mutualized, such as some precomputations of step-corrections (for solvers accepting sparse datasets).

stephanegaiffas avatar Oct 10 '17 15:10 stephanegaiffas

Is this a bit like #94 ?

Mbompr avatar Oct 11 '17 13:10 Mbompr