chiark / gitweb /
added COBYLA algorithm
[nlopt.git] / api / nlopt.h
index 14e00cf2db8a0e30849235d8559f0cafffa13e11..a7871ff25932a53d033d5a57ea95ca7b7ccad808 100644 (file)
@@ -85,6 +85,8 @@ typedef enum {
 
      NLOPT_LD_MMA,
 
+     NLOPT_LN_COBYLA,
+
      NLOPT_NUM_ALGORITHMS /* not an algorithm, just the number of them */
 } nlopt_algorithm;