Fan Jiang created SPARK-6417:
--------------------------------
Summary: 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
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: [email protected]
For additional commands, e-mail: [email protected]