chiark / gitweb /
allow BOBYQA and COBYLA to use unequal initial step sizes in different dimensions...
authorstevenj <stevenj@alum.mit.edu>
Thu, 15 Jul 2010 16:20:51 +0000 (12:20 -0400)
committerstevenj <stevenj@alum.mit.edu>
Thu, 15 Jul 2010 16:20:51 +0000 (12:20 -0400)
commit2dd33a7cbf438f3545794ff27415f5824541022a
treeb1fdf19db19876f26128c000a17e563006027b0f
parent6cbf1e1712018bacabc84e81ef251c2a913617e3
allow BOBYQA and COBYLA to use unequal initial step sizes in different dimensions (internally rescaling the coordinates as needed); thanks to Tom Fiddaman for pointing out the problem when different coordinates have very different units

darcs-hash:20100715162051-c8de0-5685b685d14f5042f824bbe5bff7f3aeed0fb808.gz
api/optimize.c
bobyqa/bobyqa.c
bobyqa/bobyqa.h
cobyla/cobyla.c
cobyla/cobyla.h
util/Makefile.am
util/nlopt-util.h
util/rescale.c [new file with mode: 0644]