chiark / gitweb /
missing file
authorstevenj <stevenj@alum.mit.edu>
Wed, 23 Nov 2011 19:09:39 +0000 (14:09 -0500)
committerstevenj <stevenj@alum.mit.edu>
Wed, 23 Nov 2011 19:09:39 +0000 (14:09 -0500)
Ignore-this: 4e052e791c9ac93208d1f31fbdeb0cd4

darcs-hash:20111123190939-c8de0-692bed25499dbf3912b477fee62476d3cb88fad0.gz

octave/NLOPT_LD_SLSQP.m [new file with mode: 0644]

diff --git a/octave/NLOPT_LD_SLSQP.m b/octave/NLOPT_LD_SLSQP.m
new file mode 100644 (file)
index 0000000..be949c0
--- /dev/null
@@ -0,0 +1,5 @@
+% NLOPT_LD_SLSQP: Sequential Quadratic Programming (SQP) (local, derivative)
+%
+% See nlopt_minimize for more information.
+function val = NLOPT_LD_SLSQP
+  val = 40;