From: Steven G. Johnson Date: Thu, 20 Feb 2014 18:00:58 +0000 (-0500) Subject: fix #13 (CRS for empty dimensions) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e7f95393ab9b9b4b7908cabad345ad2424a4e88c;p=nlopt.git fix #13 (CRS for empty dimensions) --- diff --git a/api/optimize.c b/api/optimize.c index e17187f..20fe864 100644 --- a/api/optimize.c +++ b/api/optimize.c @@ -339,6 +339,7 @@ static int elimdim_wrapcheck(nlopt_opt opt) case NLOPT_GN_DIRECT_L_RAND_NOSCAL: case NLOPT_GN_ORIG_DIRECT: case NLOPT_GN_ORIG_DIRECT_L: + case NLOPT_GN_CRS2_LM: case NLOPT_LN_PRAXIS: case NLOPT_LN_COBYLA: case NLOPT_LN_NEWUOA: