chiark / gitweb /
added my own implementation of controlled random search (CRS) algorithm
authorstevenj <stevenj@alum.mit.edu>
Fri, 7 Sep 2007 01:52:48 +0000 (21:52 -0400)
committerstevenj <stevenj@alum.mit.edu>
Fri, 7 Sep 2007 01:52:48 +0000 (21:52 -0400)
commit80163c517ff5defa5ac1da07554417799fd3d529
tree3cd0cafa999880e105a1594db475764008567ddd
parent6a489d701afd4621854be5031791ce47a6bb3080
added my own implementation of controlled random search (CRS) algorithm

darcs-hash:20070907015248-c8de0-5f583ad3dac1a4d688b992a894c8ce75745bbbc7.gz
Makefile.am
api/Makefile.am
api/nlopt.c
api/nlopt.h
configure.ac
crs/Makefile.am [new file with mode: 0644]
crs/README [new file with mode: 0644]
crs/crs.c [new file with mode: 0644]
util/sobolseq.c