FastApproximateQAP
FastApproximateQAP copied to clipboard
Fast Approximate Quadratic Assignment for (Brain) Graph Matching
Results
1
FastApproximateQAP issues
Sort by
recently updated
recently updated
newest added
I added the graph labelling term `trace(C' P)` to the rQAP formulation in http://arxiv.org/pdf/1112.5507v5.pdf. The objective function is now (where `alpha` is chosen between 0 and 1): ``` 2*(1-alpha)*trace(P*A*Q'*B) +...