Skip to content

add joint optimize W and alpha#15

Merged
timholy merged 6 commits intomainfrom
yd/new_init_Wa
Apr 8, 2026
Merged

add joint optimize W and alpha#15
timholy merged 6 commits intomainfrom
yd/new_init_Wa

Conversation

@youdongguo
Copy link
Copy Markdown
Member

not ready for review

Comment thread test/runtests.jl
Comment thread test/runtests.jl
Comment thread src/GsvdInitialization.jl
Comment thread src/GsvdInitialization.jl
@youdongguo youdongguo requested a review from timholy February 5, 2026 19:11
Copy link
Copy Markdown
Member

@timholy timholy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few things to think about.

Comment thread src/GsvdInitialization.jl Outdated
Comment thread src/GsvdInitialization.jl Outdated
Comment thread src/GsvdInitialization.jl Outdated
Comment thread test/runtests.jl
Comment thread test/runtests.jl
Comment thread test/runtests.jl Outdated
Comment thread Project.toml
@youdongguo youdongguo requested a review from timholy February 19, 2026 20:16
Copy link
Copy Markdown
Member

@timholy timholy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks pretty good, just minor details. The actual code itself is largely fine.

Comment thread .vscode/settings.json Outdated
@@ -1 +1,3 @@
{} No newline at end of file
{
"julia.environmentPath": "/Users/youdongguo/.julia/dev/GsvdInitialization"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file shouldn't be committed to the repository. Tip: I have this locally:

tim@hypnotic:~$ cat .gitignore_global
repl_history.jl
settings.json

That ensures I never commit either settings.json or repl_history.jl to a package.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete this file

Comment thread src/GsvdInitialization.jl Outdated
Comment thread src/GsvdInitialization.jl Outdated
Comment thread src/GsvdInitialization.jl
end
gaussiantemplate(r::Real) = gaussiantemplate(Float64, r)

load_svd_of_gt() = load(joinpath(dirname(@__DIR__), "demo/svd_of_GT.jld2"))["svdX"]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will surely need some comment about why we are uploading it

Comment thread Project.toml
@timholy timholy merged commit f610f6a into main Apr 8, 2026
2 checks passed
@timholy timholy deleted the yd/new_init_Wa branch April 8, 2026 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants