Commit c9a5e959 authored by Davis King's avatar Davis King

clarified spec

parent 211f98b5
...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment