mirror of https://github.com/davisking/dlib.git
updated docs
This commit is contained in:
parent
61b93edf4a
commit
cf0b3b94d5
|
@ -11,6 +11,17 @@
|
|||
<!-- ************************************************************************************** -->
|
||||
|
||||
<current>
|
||||
New Features and Improvements:
|
||||
|
||||
Non-Backwards Compatible Changes:
|
||||
|
||||
Bug fixes:
|
||||
|
||||
</current>
|
||||
|
||||
<!-- ************************************************************************************** -->
|
||||
|
||||
<old name="19.8" date="Dec 19, 2017">
|
||||
New Features and Improvements:
|
||||
- Added a global optimizer, find_max_global(), which is suitable for
|
||||
optimizing expensive functions with many local optima. For example, you
|
||||
|
@ -112,7 +123,7 @@ Bug fixes:
|
|||
- Fixed compile time errors when either of these macros were enabled:
|
||||
DLIB_STACK_TRACE, DLIB_ISO_CPP_ONLY.
|
||||
|
||||
</current>
|
||||
</old>
|
||||
|
||||
<!-- ************************************************************************************** -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue