-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEA] Move solvers from cuml to raft #374
Comments
This issue has been labeled |
This issue has been labeled |
This issue has been labeled |
This issue has been labeled |
There are several solvers in cuML which can benefit algorithm development across the larger RAPIDS ecosystem by living in RAFT. For example, there is interest in exposing some of the solvers from RAFT to the
cupy.optimize
package.Current solvers in cuml which we have discussed moving over to RAFT:
cupy.optimize
package will need to accept a generalized objective function (eg functor/lambda or constructed from some set of predefined building blocks like the semirings/distance API) and will need to accept constraints.There have also been discussions of wanting the CG, Powell, and potentially Nelder-Meade simplex methods, though these would be targeted as future features after the above solvers have been moved over.
The text was updated successfully, but these errors were encountered: