-
Notifications
You must be signed in to change notification settings - Fork 201
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
Add an assignment problem solver #954
Comments
@vroulet What would be the best place to add a solver function? |
Hello @carlosgmartin,
|
The linear assignment problem is an important and standard problem in optimization, as you've noted, so I think it's worth adding to optax. To that end, I've started a PR at #1083 and welcome any feedback. |
Closed by #1083. |
Feature request: Add a GPU/TPU-friendly solver for the assignment problem. For context, see:
scipy.optimize.linear_sum_assignment
jax-ml/jax#10403The last page contains the following comment:
Potentially relevant literature:
The text was updated successfully, but these errors were encountered: