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
3f5de819
"git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "549df65a771be2443fd9b67d33eac3d0f1b13965"
Commit
3f5de819
authored
Dec 16, 2017
by
Davis King
Browse files
Fixed grammar
parent
a6c6427e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/optimization/optimization_trust_region_abstract.h
dlib/optimization/optimization_trust_region_abstract.h
+1
-1
No files found.
dlib/optimization/optimization_trust_region_abstract.h
View file @
3f5de819
...
@@ -87,7 +87,7 @@ namespace dlib
...
@@ -87,7 +87,7 @@ namespace dlib
ensures
ensures
- This function solves the following optimization problem:
- This function solves the following optimization problem:
Minimize: f(p) == 0.5*trans(p)*B*p + trans(g)*p
Minimize: f(p) == 0.5*trans(p)*B*p + trans(g)*p
subject to the following constraint:
subject to the following constraint
s
:
- length(p) <= radius
- length(p) <= radius
- lower(i) <= p(i) <= upper(i), for all i
- lower(i) <= p(i) <= upper(i), for all i
- Solves the problem to eps accuracy. We do this by greedily finding the most
- Solves the problem to eps accuracy. We do this by greedily finding the most
...
...
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