r-barnes / faster-unmixer

A faster implementation of the sediment inverse/unmixing scheme proposed in Lipp et al (2021).
5 stars 1 forks source link

ECOS no longer be the default solver in CVXPY #51

Closed AlexLipp closed 9 months ago

AlexLipp commented 10 months ago

In cvxpy 1.5 ECOS will no longer be the default solver and instead Clarabel will be used instead. ECOS will not be depreciated and as we don't call it as a default (rather we call it explicitly) this shouldn't break our code. Nonetheless, we should explore whether we also should upgrade from ECOS to Clarabel, or include it as a solver.