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
c9a5e959
Commit
c9a5e959
authored
Sep 22, 2013
by
Davis King
Browse files
clarified spec
parent
211f98b5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
dlib/optimization/optimization_abstract.h
dlib/optimization/optimization_abstract.h
+2
-0
No files found.
dlib/optimization/optimization_abstract.h
View file @
c9a5e959
...
@@ -328,6 +328,7 @@ namespace dlib
...
@@ -328,6 +328,7 @@ namespace dlib
- #x == the value of x that was found to minimize f() within the given box
- #x == the value of x that was found to minimize f() within the given box
constraints.
constraints.
- returns f(#x).
- returns f(#x).
- The last call to f() will be made with f(#x).
- When calling f() and der(), the input passed to them will always be inside
- When calling f() and der(), the input passed to them will always be inside
the box constraints defined by x_lower and x_upper.
the box constraints defined by x_lower and x_upper.
- When calling der(x), it will always be the case that the last call to f() was
- When calling der(x), it will always be the case that the last call to f() was
...
@@ -421,6 +422,7 @@ namespace dlib
...
@@ -421,6 +422,7 @@ namespace dlib
- #x == the value of x that was found to maximize f() within the given box
- #x == the value of x that was found to maximize f() within the given box
constraints.
constraints.
- returns f(#x).
- returns f(#x).
- The last call to f() will be made with f(#x).
- When calling f() and der(), the input passed to them will always be inside
- When calling f() and der(), the input passed to them will always be inside
the box constraints defined by x_lower and x_upper.
the box constraints defined by x_lower and x_upper.
- When calling der(x), it will always be the case that the last call to f() was
- When calling der(x), it will always be the case that the last call to f() was
...
...
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