updated docs

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403259
This commit is contained in:
Davis King 2009-10-20 02:46:33 +00:00
parent 8c7fb83ac5
commit 4aebd6ac51

View File

@ -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>