Skip to content
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

Download/Install new library #7

Closed
JojoG opened this issue Apr 5, 2012 · 6 comments
Closed

Download/Install new library #7

JojoG opened this issue Apr 5, 2012 · 6 comments

Comments

@JojoG
Copy link
Contributor

JojoG commented Apr 5, 2012

Hey guys,

I am currently working on the LocalLogR and I want to use the ADMM method. To do so, I have the algorithm on § 8.2.2 . I need to use algorithms like L-BFGS to implement the x.
A routine exists in the "scalanlp" library. I would like to download it and then install it but I did not really follow when we did it for the "scalala" library...

Is it easy to do? Or should I wait for the next meeting? Because all what I need is here normally: "https://github.com/scalanlp/scalanlp-core"

Also I do not know if the L-BFGS routine from this library will work with the SparseDoubleMatrix1D we created... I don't think so actually...

Thank you for your help!

Johann

@jackdreilly
Copy link
Owner

Hey Johann,
This is a problem I have been working on recently.

We should definitely stick with the sparse matrix representation, because the matrices are just too inefficient otherwise. Therefore, we should abandon scalala in my opinion.

This means, we must write our own nonlinear unconstrained solver for the x-update step. There's an example of such a solution in the etc/ folder in matlab code provided by Boyd.

I've pushed some changes implementing a Newton's method solver for the x-update for a super-local version of the problem

@jackdreilly
Copy link
Owner

the problem is still open, since we may want to implement something other than the Newton's method, maybe using L-BFGS instead

@JojoG
Copy link
Contributor Author

JojoG commented Apr 6, 2020

hello,
No more working on it^^
I close it^^
Best,
Jojo

@JojoG JojoG closed this as completed Apr 6, 2020
@jackdreilly
Copy link
Owner

jackdreilly commented Apr 6, 2020 via email

@JojoG
Copy link
Contributor Author

JojoG commented Apr 8, 2020

Hey Jack,
Hehehe no no, I am leaving in Barcelona currently^^ But I'll be in Paris for 3 months this summer (I mean I hope)^^ Maybe we can have a drink or something^^
I still have the same gmail address. Don't hesitate to send me your phone number!
Stay safe ;)

@jackdreilly
Copy link
Owner

jackdreilly commented Apr 9, 2020 via email

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

No branches or pull requests

2 participants