chiark / gitweb /
added first version of MLSL multistart-type algorithm
authorstevenj <stevenj@alum.mit.edu>
Thu, 13 Sep 2007 20:06:09 +0000 (16:06 -0400)
committerstevenj <stevenj@alum.mit.edu>
Thu, 13 Sep 2007 20:06:09 +0000 (16:06 -0400)
commit8068ae4d59f9bbbb195a253f40ce46150fb445f5
treede75cea3dddc0d4a3d3fad203600fb1e72ccf2d8
parent8159c340914c6616e470e1fd4a27ac85aec69db6
added first version of MLSL multistart-type algorithm

darcs-hash:20070913200609-c8de0-b0e9b03737e97fb885b5a7a4305e79f6cd21a18f.gz
16 files changed:
Makefile.am
api/Makefile.am
api/nlopt.c
api/nlopt.h
api/nlopt_minimize.3
configure.ac
mlsl/Makefile.am [new file with mode: 0644]
mlsl/README [new file with mode: 0644]
mlsl/mlsl.c [new file with mode: 0644]
mlsl/mlsl.h [new file with mode: 0644]
octave/Makefile.am
octave/NLOPT_GD_MLSL.m [new file with mode: 0644]
octave/NLOPT_GD_MLSL_LDS.m [new file with mode: 0644]
octave/NLOPT_GN_MLSL.m [new file with mode: 0644]
octave/NLOPT_GN_MLSL_LDS.m [new file with mode: 0644]
octave/nlopt_minimize.m