spark-tfocs icon indicating copy to clipboard operation
spark-tfocs copied to clipboard

Is this compatible with Spark >2.0?

Open huevosabio opened this issue 8 years ago • 5 comments

Hi, does this work with newer versions of Spark?

huevosabio avatar Feb 28 '17 01:02 huevosabio

Hi Ramon, it's possible that some minor changes will be needed for compatibility with newer spark versions.

staple avatar Feb 28 '17 01:02 staple

Up to what version has it been tested? How do you install it?

Thanks!

huevosabio avatar Feb 28 '17 01:02 huevosabio

Also, have you tested by any chance against standalone state-of-the-art LP solvers like CPLEX?

huevosabio avatar Feb 28 '17 01:02 huevosabio

Hi Ramon, the sbt build file specifies spark 1.4.1. Generally you can include a git repo in your project using sbt, but if you are making modifications you may want to clone and then include your local version using sbt. Contributing back any changes you make is of course encouraged!

We have not compared with other solvers. It may be helpful to read up on the capabilities of TFOCS, of which TFOCS for Spark is a partial clone (http://cvxr.com/tfocs/).

staple avatar Feb 28 '17 21:02 staple

Would be good to include some installation instructions. =)

convexset avatar Apr 12 '17 16:04 convexset