improved test for procrustes step and added third order expansion#58
Conversation
Signed-off-by: mikail <mkhona@nvidia.com>
|
/ok to test 172c725 |
Signed-off-by: mikail <mkhona@nvidia.com>
|
/ok to test 9859c48 |
|
Could you break it to two PRs, one for improving test, one for new functionality? |
Signed-off-by: mikail <mkhona@nvidia.com>
|
/ok to test 6ef6f90 |
it's a tiny change, and order=3 and order=2 should work interchangeably. all test are identical for order=2 and order=3 and the new test comparing them only tests convergence speed (less steps needed) |
…reflect that Signed-off-by: mikail <mkhona@nvidia.com>
|
/ok to test e4e5d65 |
skyw
left a comment
There was a problem hiding this comment.
let me take a stab on the main order 2 and 3 function. If nothing better comes up, we can merge as it is.
A few small things need to be fixed also.
Signed-off-by: mikail <mkhona@nvidia.com>
|
/ok to test 5f830fe |
Added the third order expansion and step size with line search from XL Li.
Improved test for
procrustes_stepafter discussion with XL Li