Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
564d5b76
Commit
564d5b76
authored
Feb 28, 2016
by
Davis King
Browse files
fixed xml errors
parent
d4f6e5f1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
docs/docs/optimization.xml
docs/docs/optimization.xml
+3
-3
No files found.
docs/docs/optimization.xml
View file @
564d5b76
...
@@ -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)
<
= 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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment