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
e400a74b
"...python/git@developer.sourcefind.cn:change/sglang.git" did not exist on "1237aa19ce63a35b623c43b76e8b8b093499f3cd"
Commit
e400a74b
authored
Sep 07, 2011
by
Davis King
Browse files
Fixed typo
parent
35d93ab1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
dlib/optimization/find_map_nmplp.h
dlib/optimization/find_map_nmplp.h
+1
-1
dlib/optimization/find_map_nmplp_abstract.h
dlib/optimization/find_map_nmplp_abstract.h
+1
-1
docs/docs/optimization.xml
docs/docs/optimization.xml
+1
-1
No files found.
dlib/optimization/find_map_nmplp.h
View file @
e400a74b
...
@@ -35,7 +35,7 @@ namespace dlib
...
@@ -35,7 +35,7 @@ namespace dlib
This function is an implementation of the NMPLP algorithm introduced in the
This function is an implementation of the NMPLP algorithm introduced in the
following paper:
following paper:
Fixing Max-Product: Convergent Message Passing Algorithms for MAP LP-Relaxations
Fixing Max-Product: Convergent Message Passing Algorithms for MAP LP-Relaxations
by Amir Globerson Tommi Jaakkola
by Amir Globerson
and
Tommi Jaakkola
In particular, see the pseudocode in Figure 1. The code in this function
In particular, see the pseudocode in Figure 1. The code in this function
follows what is described there.
follows what is described there.
...
...
dlib/optimization/find_map_nmplp_abstract.h
View file @
e400a74b
...
@@ -333,7 +333,7 @@ namespace dlib
...
@@ -333,7 +333,7 @@ namespace dlib
- This function is an implementation of the NMPLP algorithm introduced in the
- This function is an implementation of the NMPLP algorithm introduced in the
following paper:
following paper:
Fixing Max-Product: Convergent Message Passing Algorithms for MAP LP-Relaxations
Fixing Max-Product: Convergent Message Passing Algorithms for MAP LP-Relaxations
by Amir Globerson Tommi Jaakkola
by Amir Globerson
and
Tommi Jaakkola
!*/
!*/
// ----------------------------------------------------------------------------------------
// ----------------------------------------------------------------------------------------
...
...
docs/docs/optimization.xml
View file @
e400a74b
...
@@ -481,7 +481,7 @@ subject to the following constraint:
...
@@ -481,7 +481,7 @@ subject to the following constraint:
following paper:
following paper:
<blockquote>
<blockquote>
Fixing Max-Product: Convergent Message Passing Algorithms for MAP LP-Relaxations
Fixing Max-Product: Convergent Message Passing Algorithms for MAP LP-Relaxations
by Amir Globerson Tommi Jaakkola
by Amir Globerson
and
Tommi Jaakkola
</blockquote>
</blockquote>
</description>
</description>
...
...
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