chiark / gitweb /
added TNEWTON (pnet) code from luksan
[nlopt.git] / api / nlopt.h
index b0265b21ea8acd4fc8482b74f84af6a70147bb56..ab08264adc9a2ebdcddba505f885d656696ae3e4 100644 (file)
@@ -45,6 +45,11 @@ typedef enum {
      NLOPT_LD_VAR1,
      NLOPT_LD_VAR2,
 
+     NLOPT_LD_TNEWTON,
+     NLOPT_LD_TNEWTON_RESTART,
+     NLOPT_LD_TNEWTON_PRECOND,
+     NLOPT_LD_TNEWTON_PRECOND_RESTART,
+
      NLOPT_NUM_ALGORITHMS /* not an algorithm, just the number of them */
 } nlopt_algorithm;