uobyqa.control
is to set control parameters for
the uobyqa Fortran code of M. J. D. Powell.uobyqa.control(rhobeg = NA, rhoend = NA, iprint = 0, maxfun=10000)
rhobeg
and rhoend
must be set to the initial and final values of a trust
region radius, so both must be positive with
0 < rhoend < rhobeg
. Typically
rhobeg
should be about one tenth of rhobeg
will be used.
rhoend
should indicate the accuracy that is required in
the final values of the variaiprint
should be set to 0, 1, 2 or 3
,
which controls the
amount of printing. Specifically, there is no output if iprint=0
and
there is output only at the return if iprint=1
. Otherfn
must return a numeric value.
The control
argument is a list; see uobyqa.control
for
details.