Commit 564d5b76 authored by Davis King's avatar Davis King

fixed xml errors

parent d4f6e5f1
...@@ -507,9 +507,9 @@ subject to the following constraint: ...@@ -507,9 +507,9 @@ subject to the following constraint:
0.5*trans(lambda)*lambda - trans(lambda)*A*alpha - trans(lambda)*d 0.5*trans(lambda)*lambda - trans(lambda)*A*alpha - trans(lambda)*d
subject to the following constraints: subject to the following constraints:
sum(alpha) == C sum(alpha) == C
min(alpha) >= 0 min(alpha) >= 0
min(lambda) >= 0 min(lambda) >= 0
max(lambda) <= max_lambda max(lambda) &lt;= max_lambda
Where f is convex. This means that Q should be positive-semidefinite. Where f is convex. This means that Q should be positive-semidefinite.
</pre> </pre>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment