jackdreilly / SparkADMM

ADMM implementation on Spark Cluster
7 stars 2 forks source link

example BoydADMM in scala #9

Closed JojoG closed 12 years ago

JojoG commented 12 years ago

Hey guys,

I just finished the scala version of the matlab file 'example' in the BoydADMM folder. It should work well. But a small difference is that my vectors and matrices at the beginning are not Sparse but are stored as Sparse matrices. I don't think it is a big deal. It would not change the results. But anyway, this file is just usefull to check if our ADMM code works.

See ya.

JojoG commented 12 years ago

I pushed the LateX of the proposal.

Good night!