-
Notifications
You must be signed in to change notification settings - Fork 20
Small updates to BTAS #182
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
d894628
Some changes for CP of B term
kmp5VT 6dbe830
Update code when build_random has factor matrices already
kmp5VT ba34ccb
Update to cp_df_als.h
kmp5VT 3371840
Merge branch 'master' into kmp5/feature/cpB
kmp5VT b4ed99a
Make new stopping condition checkers without target norm
kmp5VT c74660b
Updates to cp_df_als add AtA to make faster
kmp5VT 6e2a3c6
Make random factor function
kmp5VT 163d8b6
update converge_class
kmp5VT 22b2fcf
fix problem
kmp5VT 6433b71
Merge branch 'master' into kmp5/feature/cpB
kmp5VT 22bf066
Fix complex problem in compute_norm function
kmp5VT 8a41dc9
make_random_factor calls fill_random
kmp5VT 2664641
Fix fill random
kmp5VT 7daa036
Merge branch 'master' into kmp5/feature/cpB
kmp5VT 74dd927
Add tests for new convergence criteria
kmp5VT 82b9780
Try to bump rank and add a verbose to see whats happening on CI
kmp5VT b8f1f3d
Remove verbose testing keyword
kmp5VT 1c3307a
formatting cleanup + prune dead code
evaleev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
need to use proper logging ... in another PR