chiark / gitweb /
added PLIS variable-metric methods
[nlopt.git] / api / nlopt.h
index 8045cb651293b60cd8dbdfaab344a2c81a3f0462..b0265b21ea8acd4fc8482b74f84af6a70147bb56 100644 (file)
@@ -42,6 +42,9 @@ typedef enum {
 
      NLOPT_LN_PRAXIS,
 
+     NLOPT_LD_VAR1,
+     NLOPT_LD_VAR2,
+
      NLOPT_NUM_ALGORITHMS /* not an algorithm, just the number of them */
 } nlopt_algorithm;