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
First of all thank you to share this implementation. This had been really useful. One question: Is it possible to access the reduce costs from your implementation?
The text was updated successfully, but these errors were encountered:
This is not implemented at the moment. Having the dual variables u, v would be enough as the reduced_cost_ij = cost_ij - u_i - v_j, but i do not return u, v. Returning v would be a small change but one would also have to explicitly construct u, which is not the case now. If you find a way, let me know.
Hi Tomas,
First of all thank you to share this implementation. This had been really useful. One question: Is it possible to access the reduce costs from your implementation?
The text was updated successfully, but these errors were encountered: