chiark / gitweb /
added first version of MLSL multistart-type algorithm
[nlopt.git] / api / nlopt.h
index 750d308effdcfca2e550c289d6c030a714272698..a6f129b0702b417fd05fd346e490bc6b2544e250 100644 (file)
@@ -52,6 +52,11 @@ typedef enum {
 
      NLOPT_GN_CRS2_LM,
 
+     NLOPT_GN_MLSL,
+     NLOPT_GD_MLSL,
+     NLOPT_GN_MLSL_LDS,
+     NLOPT_GD_MLSL_LDS,
+
      NLOPT_NUM_ALGORITHMS /* not an algorithm, just the number of them */
 } nlopt_algorithm;