You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure how likely this will be done, but we can discuss it.
I suggest providing a single function prima instead of five functions lincoa, etc. Then we make the individual solvers available via prima with an option/argument solver (used in MATLAB) or method (used in SciPy), and deprecate the individual functions lincoa etc.
There is a prima function that does what you want. The others are needed to implement this high level version. Hence, we cannot deprecate them but we may avoid exporting them.
Hi @emmt and @amontoison ,
I am not sure how likely this will be done, but we can discuss it.
I suggest providing a single function
prima
instead of five functionslincoa
, etc. Then we make the individual solvers available viaprima
with an option/argumentsolver
(used in MATLAB) ormethod
(used in SciPy), and deprecate the individual functionslincoa
etc.The reason is here:
https://github.com/orgs/libprima/discussions/184
Thanks.
Zaikun
The text was updated successfully, but these errors were encountered: