Quadratic Assignment from SciPy #118
PaulWAyers
started this conversation in
Ideas
Replies: 1 comment
-
|
Thanks for noticing this. This can be useful for 2-sided permutation Procrustes with one transformation. What is more interesting is the options argument which supports a lot of optimizers. So I think it's possible to add |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We should probably look at quadratic assignment methods from SciPy as "back ends" for 2-sided permutation procrustes with one transformation. We have all that functionality (and more, I think) but we can at least use this as tests.
https://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.quadratic_assignment.html#scipy.optimize.quadratic_assignment
What do you think @FarnazH and @fwmeng88 ?
Beta Was this translation helpful? Give feedback.
All reactions