From 4aebd6ac5131aaab0fca1a07c4a1c7704a01570f Mon Sep 17 00:00:00 2001 From: Davis King Date: Tue, 20 Oct 2009 02:46:33 +0000 Subject: [PATCH] updated docs --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403259 --- docs/docs/release_notes.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/docs/release_notes.xml b/docs/docs/release_notes.xml index 071d8ec74..3b1b10625 100644 --- a/docs/docs/release_notes.xml +++ b/docs/docs/release_notes.xml @@ -13,13 +13,19 @@ 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.