Skip to content

Finding Optimum of Stochastic Function

1 message · John C Nash

#
Most of the stochastic optimization methods are directed at multiple
optima. You appear to have an imprecisely determined function e.g., time
taken for racing driver to get round the track, and indeed this is a
different form of stochastic optimization.

With Harry Joe of UBC I did quite a bit of work about 20 years ago on
response surface minimization, but none of this is (to my knowledge)
translated to R. David Wagstaff at Penn State just sent me a msg that
he's making some progress translating our Fortran 77 to Fortran 95 (I
think to R might actually be easier). I believe Harry had at least a
partial C version.

reference is Statistics and Computing 13: 277?286, 2003 "Numerical
optimization and surface estimation with imprecise function evaluations"

Our approach was to generate some points and model them as a paraboloid
and then search near the minimum of that model. All the "smarts" are in
choosing which points to add to or remove from the set of points for
modelling the surface. Clearly there are no guarantees, but for some
applications we found this worked not too badly.

JN
On 15-05-19 06:00 AM, r-help-request at r-project.org wrote: