nag_glopt_bnd_mcs_optset_real (e05jgc) may be used to supply individual real optional parameters to
nag_glopt_bnd_mcs_solve (e05jbc). The initialization function
nag_glopt_bnd_mcs_init (e05jac) must have been called before calling
nag_glopt_bnd_mcs_optset_real (e05jgc).
nag_glopt_bnd_mcs_optset_real (e05jgc) may be used to supply values for real optional parameters to
nag_glopt_bnd_mcs_solve (e05jbc). It is only necessary to call
nag_glopt_bnd_mcs_optset_real (e05jgc) for those arguments whose values are to be different from their default values. One call to
nag_glopt_bnd_mcs_optset_real (e05jgc) sets one argument value.
Each real optional parameter is defined by a single character string in
optstr and the corresponding value in
rvalue. For example the following illustrates how the local searches tolerance could be defined:
loctol = 1.0e-10;
e05jgc ('Local Searches Tolerance', loctol, &state, &fail);
A complete list of optional parameters, their symbolic names and default values is given in
Section 12 in
nag_glopt_bnd_mcs_solve (e05jbc).
None.
Not applicable.
Please consult the
x06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this function. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.