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
583110af
Commit
583110af
authored
Sep 21, 2013
by
Davis King
Browse files
updated docs
parent
2d8dcd42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
docs/docs/optimization.xml
docs/docs/optimization.xml
+4
-0
No files found.
docs/docs/optimization.xml
View file @
583110af
...
@@ -370,6 +370,8 @@
...
@@ -370,6 +370,8 @@
<description>
<description>
Performs a box constrained minimization of a nonlinear function using
Performs a box constrained minimization of a nonlinear function using
some search strategy (e.g.
<a
href=
"#bfgs_search_strategy"
>
bfgs_search_strategy
</a>
).
some search strategy (e.g.
<a
href=
"#bfgs_search_strategy"
>
bfgs_search_strategy
</a>
).
This function uses a backtracking line search along with a gradient projection
step to handle the box constraints.
</description>
</description>
</component>
</component>
...
@@ -918,6 +920,8 @@ However, for graphs with cycles, the solution may be approximate.
...
@@ -918,6 +920,8 @@ However, for graphs with cycles, the solution may be approximate.
<description>
<description>
Performs a box constrained maximization of a nonlinear function using
Performs a box constrained maximization of a nonlinear function using
some search strategy (e.g.
<a
href=
"#bfgs_search_strategy"
>
bfgs_search_strategy
</a>
).
some search strategy (e.g.
<a
href=
"#bfgs_search_strategy"
>
bfgs_search_strategy
</a>
).
This function uses a backtracking line search along with a gradient projection
step to handle the box constraints.
</description>
</description>
</component>
</component>
...
...
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