chiark / gitweb /
added CCSAQ algorithm; internal support for preconditioners (untested) not yet export...
[nlopt.git] / api / general.c
index 28230b9ae1ea519ddea7e03f23382136477f1b88..5ac1059d25963f090c39643cdd6b40ea07411662 100644 (file)
@@ -96,6 +96,7 @@ static const char nlopt_algorithm_names[NLOPT_NUM_ALGORITHMS][256] = {
      "Multi-level single-linkage (MLSL), random (global, needs sub-algorithm)",
      "Multi-level single-linkage (MLSL), quasi-random (global, needs sub-algorithm)",
      "Sequential Quadratic Programming (SQP) (local, derivative)",
+     "CCSA (Conservative Convex Separable Approximations) with simple quadratic approximations (local, derivative)",
 };
 
 const char * NLOPT_STDCALL nlopt_algorithm_name(nlopt_algorithm a)