chiark / gitweb /
added CCSAQ to man page
authorstevenj <stevenj@alum.mit.edu>
Fri, 20 Jul 2012 20:14:33 +0000 (16:14 -0400)
committerstevenj <stevenj@alum.mit.edu>
Fri, 20 Jul 2012 20:14:33 +0000 (16:14 -0400)
Ignore-this: d7cc44e91dfde8a60b9ea54173327a16

darcs-hash:20120720201433-c8de0-abc78a67b2435a6d7761da6fcf2f97d26f5c36f0.gz

api/nlopt.3

index 72fafd6ae9d6c3a801664c7e35e693c3d95a9177..a6cbd0cbe6f2846d124c46c595ae59cff77c0a88 100644 (file)
@@ -434,11 +434,14 @@ criteria/tolerances for the local searches, by
 with or without derivatives, and determines whether the objective
 function needs gradients.)
 .TP
-.B NLOPT_LD_MMA
+\fBNLOPT_LD_MMA\fR, \fBNLOPT_LD_CCSAQ\fR 
 Local (L) gradient-based (D) optimization using the method of moving
 asymptotes (MMA), or rather a refined version of the algorithm as
 published by Svanberg (2002).  (NLopt uses an independent
-free-software/open-source implementation of Svanberg's algorithm.)
+free-software/open-source implementation of Svanberg's algorithm.) CCSAQ
+is a related algorithm from Svanberg's paper which uses a local quadratic
+approximation rather than the more-complicated MMA model; the two usually
+have similar convergence rates.
 The
 .B NLOPT_LD_MMA
 algorithm supports both bound-constrained and unconstrained