From aa73c64c0429c69bae41ae74477fa247563cf909 Mon Sep 17 00:00:00 2001 From: Davis King Date: Mon, 3 Jan 2011 20:46:26 +0000 Subject: [PATCH] updated docs --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%404093 --- docs/docs/index.xml | 19 +++++++++----- docs/docs/release_notes.xml | 50 ++++++++++++++++++++++++++++++++++++- 2 files changed, 62 insertions(+), 7 deletions(-) diff --git a/docs/docs/index.xml b/docs/docs/index.xml index e782dec99..a1ae70bb3 100644 --- a/docs/docs/index.xml +++ b/docs/docs/index.xml @@ -103,15 +103,19 @@ singular value decomposition, transpose, trig functions, etc. -
  • Unconstrained non-linear optimization algorithms using the +
  • General purpose unconstrained non-linear optimization algorithms using the conjugate gradient, - BFGS, - L-BFGS, and - Levenberg-Marquardt + BFGS, and + L-BFGS techniques
  • +
  • Levenberg-Marquardt for solving non-linear + least squares problems
  • Box-constrained derivative-free optimization via the BOBYQA algorithm
  • An implementation of the Optimized Cutting Plane Algorithm
  • +
  • Several quadratic + program + solvers
  • A big integer object
  • A random number object
  • @@ -119,14 +123,17 @@
  • Machine Learning Algorithms