Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
c9a5e959
Commit
c9a5e959
authored
Sep 22, 2013
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clarified spec
parent
211f98b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
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