You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Ehsan Mohyedin Kermani (JIRA)" <ji...@apache.org> on 2016/12/08 06:54:59 UTC

[jira] [Comment Edited] (SPARK-6417) Add Linear Programming algorithm

    [ 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/8/16 6:54 AM:
------------------------------------------------------------------------

Here's my implementation inspired by Spark-TFOCS design: https://github.com/ehsanmok/spark-lp
Empirical results will be added very soon.


was (Author: ehsan mohyedin kermani):
Here's my implementation inspired by Spark-TFOCS design: https://github.com/ehsanmok/spark-lp

> 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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org