mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
updated docs
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403259
This commit is contained in:
parent
8c7fb83ac5
commit
4aebd6ac51
@ -13,13 +13,19 @@
|
||||
<current>
|
||||
New Stuff:
|
||||
- Added the pointer_to_column_vector function.
|
||||
- Added the BOBYQA algorithm for derivative-free optimization
|
||||
- Added the BOBYQA algorithm for derivative-free optimization.
|
||||
- Added some functions to make it easy to do a line search on a function
|
||||
of a single variable when derivatives are not available.
|
||||
|
||||
Non-Backwards Compatible Changes:
|
||||
|
||||
Bug fixes:
|
||||
- Fixed a bug in the cpp pretty printer. It wasn't parsing
|
||||
exponentiated numbers like 1e100 correctly.
|
||||
|
||||
Other:
|
||||
- Added a model selection example program using grid search
|
||||
and the new BOBYQA algorithm.
|
||||
|
||||
</current>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user