Skip to content

Comments

add joint optimize W and alpha#15

Open
youdongguo wants to merge 6 commits intomainfrom
yd/new_init_Wa
Open

add joint optimize W and alpha#15
youdongguo wants to merge 6 commits intomainfrom
yd/new_init_Wa

Conversation

@youdongguo
Copy link
Member

not ready for review

@youdongguo youdongguo requested a review from timholy February 5, 2026 19:11
Copy link
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.

@youdongguo youdongguo requested a review from timholy February 19, 2026 20:16
Copy link
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.

@@ -1 +1,3 @@
{} No newline at end of file
{
"julia.environmentPath": "/Users/youdongguo/.julia/dev/GsvdInitialization"
Copy link
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
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

end
gaussiantemplate(r::Real) = gaussiantemplate(Float64, r)

load_svd_of_gt() = load(joinpath(dirname(@__DIR__), "demo/svd_of_GT.jld2"))["svdX"]
Copy link
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

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