Fixed typo

This commit is contained in:
Davis King 2011-09-07 18:40:48 -04:00
parent 35d93ab1c2
commit e400a74bca
3 changed files with 3 additions and 3 deletions

View File

@ -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.

View File

@ -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
!*/
// ----------------------------------------------------------------------------------------

View File

@ -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>