-
Notifications
You must be signed in to change notification settings - Fork 10
improved test for procrustes step and added third order expansion #58
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
improved test for procrustes step and added third order expansion #58
Conversation
Signed-off-by: mikail <[email protected]>
|
/ok to test 172c725 |
Signed-off-by: mikail <[email protected]>
|
/ok to test 9859c48 |
|
Could you break it to two PRs, one for improving test, one for new functionality? |
Signed-off-by: mikail <[email protected]>
|
/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 <[email protected]>
|
/ok to test e4e5d65 |
skyw
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 <[email protected]>
|
/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