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
0b16a785
"...text-generation-inference.git" did not exist on "98a3e0d1353f7d6f71bd59d7887ad7862c3f7305"
Commit
0b16a785
authored
Aug 28, 2011
by
Davis King
Browse files
updated docs
parent
46864890
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
0 deletions
+30
-0
docs/docs/optimization.xml
docs/docs/optimization.xml
+29
-0
docs/docs/term_index.xml
docs/docs/term_index.xml
+1
-0
No files found.
docs/docs/optimization.xml
View file @
0b16a785
...
...
@@ -49,6 +49,7 @@
<item>
solve_trust_region_subproblem
</item>
<item>
max_cost_assignment
</item>
<item>
max_sum_submatrix
</item>
<item>
find_map_nmplp
</item>
</section>
<section>
...
...
@@ -459,6 +460,34 @@ subject to the following constraint:
</component>
<!-- ************************************************************************* -->
<component>
<name>
find_map_nmplp
</name>
<file>
dlib/optimization.h
</file>
<spec_file
link=
"true"
>
dlib/optimization/find_map_nmplp_abstract.h
</spec_file>
<description>
This function is a tool for approximately solving the MAP problem in a graphical
model or factor graph with pairwise potential functions. That is, it attempts
to solve a certain kind of optimization problem which can be defined as follows:
<pre>
maximize: f(X)
where X is a set of integer valued variables and f(X) can be written
as the sum of functions which each involve only two variables from X.
</pre>
<br/>
<br/>
This function is an implementation of the NMPLP algorithm introduced in the
following paper:
<blockquote>
Fixing Max-Product: Convergent Message Passing Algorithms for MAP LP-Relaxations
by Amir Globerson Tommi Jaakkola
</blockquote>
</description>
</component>
<!-- ************************************************************************* -->
<component>
...
...
docs/docs/term_index.xml
View file @
0b16a785
...
...
@@ -55,6 +55,7 @@
<term
file=
"optimization.html"
name=
"solve_least_squares_lm"
/>
<term
file=
"optimization.html"
name=
"find_min_trust_region"
/>
<term
file=
"optimization.html"
name=
"find_max_trust_region"
/>
<term
file=
"optimization.html"
name=
"find_map_nmplp"
/>
<term
file=
"optimization.html"
name=
"solve_trust_region_subproblem"
/>
<term
file=
"optimization.html"
name=
"find_min_single_variable"
/>
<term
file=
"optimization.html"
name=
"find_min_using_approximate_derivatives"
/>
...
...
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