[ 
https://issues.apache.org/jira/browse/SPARK-6417?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15731333#comment-15731333
 ] 

Ehsan Mohyedin Kermani edited comment on SPARK-6417 at 12/15/16 6:12 PM:
-------------------------------------------------------------------------

Here's my implementation inspired by Spark-TFOCS design: 
https://github.com/ehsanmok/spark-lp
Please see the README file. Also detailed results are provided in chapter 4 of 
my thesis here: 
https://open.library.ubc.ca/cIRcle/collections/ubctheses/24/items/1.0340337


was (Author: ehsan mohyedin kermani):
Here's my implementation inspired by Spark-TFOCS design: 
https://github.com/ehsanmok/spark-lp
Empirical results will be added very soon.

> Add Linear Programming algorithm 
> ---------------------------------
>
>                 Key: SPARK-6417
>                 URL: https://issues.apache.org/jira/browse/SPARK-6417
>             Project: Spark
>          Issue Type: New Feature
>          Components: MLlib
>            Reporter: Fan Jiang
>              Labels: features
>
> Linear programming is the problem of finding a vector x that minimizes a 
> linear function fTx subject to linear constraints:
> minxfTx
> such that one or more of the following hold: A·x ≤ b, Aeq·x = beq, l ≤ x ≤ u.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to