Commit f0962acf authored by Davis King's avatar Davis King

Added a comment about when this routine gives the exact MAP vs.

just an approximate answer.
parent a69aecf6
...@@ -343,6 +343,8 @@ namespace dlib ...@@ -343,6 +343,8 @@ namespace dlib
solutions of the relaxed linear program but may take more iterations. Note that solutions of the relaxed linear program but may take more iterations. Note that
the algorithm will never execute more than max_iter iterations regardless of the algorithm will never execute more than max_iter iterations regardless of
the setting of eps. the setting of eps.
- If the graph is tree-structured then this routine always gives the exact solution
to the MAP problem. However, for graphs with cycles, the solution may be approximate.
- This function is an implementation of the NMPLP algorithm introduced in the - This function is an implementation of the NMPLP algorithm introduced in the
......
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