Commit e400a74b authored by Davis King's avatar Davis King

Fixed typo

parent 35d93ab1
......@@ -35,7 +35,7 @@ namespace dlib
This function is an implementation of the NMPLP algorithm introduced in the
following paper:
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
follows what is described there.
......
......@@ -333,7 +333,7 @@ namespace dlib
- This function is an implementation of the NMPLP algorithm introduced in the
following paper:
Fixing Max-Product: Convergent Message Passing Algorithms for MAP LP-Relaxations
by Amir Globerson Tommi Jaakkola
by Amir Globerson and Tommi Jaakkola
!*/
// ----------------------------------------------------------------------------------------
......
......@@ -481,7 +481,7 @@ subject to the following constraint:
following paper:
<blockquote>
Fixing Max-Product: Convergent Message Passing Algorithms for MAP LP-Relaxations
by Amir Globerson Tommi Jaakkola
by Amir Globerson and Tommi Jaakkola
</blockquote>
</description>
......
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