chiark / gitweb /
doc update -- main MLSL no longer has default sub-algorithm
authorstevenj <stevenj@alum.mit.edu>
Wed, 16 Jun 2010 18:57:31 +0000 (14:57 -0400)
committerstevenj <stevenj@alum.mit.edu>
Wed, 16 Jun 2010 18:57:31 +0000 (14:57 -0400)
darcs-hash:20100616185731-c8de0-442e58dd00cc159038bbbe7deca4defb0171fd7c.gz

api/nlopt.3

index ec547387714f1904a54240f21121e17559694f84..c3c943ed2273cacff69f19f47b4791b3e888760b 100644 (file)
@@ -652,9 +652,8 @@ objective function.
 .SH LOCAL OPTIMIZER
 Some of the algorithms, especially MLSL and AUGLAG, use a different
 optimization algorithm as a subroutine, typically for local
-optimization.  By default, MLSL uses MMA or COBYLA for gradient-based
-or derivative-free searching, respectively.  You can change
-the local search algorithm and its tolerances by calling:
+optimization.  You can change the local search algorithm and its
+tolerances by calling:
 .sp
 .BI "  nlopt_result nlopt_set_local_optimizer(nlopt_opt " "opt" , 
 .br