nag_glopt_bnd_mcs_optget_real (e05jlc) is used to get the value of a real
nag_glopt_bnd_mcs_solve (e05jbc) optional parameter. nag_glopt_bnd_mcs_optget_real (e05jlc) can be used before or after calling
nag_glopt_bnd_mcs_solve (e05jbc), but the initialization function
nag_glopt_bnd_mcs_init (e05jac) must have been called before calling nag_glopt_bnd_mcs_optget_real (e05jlc).
nag_glopt_bnd_mcs_optget_real (e05jlc) obtains the current value of a real-valued optional parameter. For example
e05jlc ('Local Searches Tolerance', &loctol, &state, &fail);
will result in the value of the optional parameter
being output in
loctol.
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.
nag_glopt_bnd_mcs_optget_real (e05jlc) is not threaded in any implementation.
None.
See
Section 10 in nag_glopt_bnd_mcs_optset_file (e05jcc).