naginterfaces.library.glopt.bnd_mcs_optset_real¶
- naginterfaces.library.glopt.bnd_mcs_optset_real(optstr, rvalue, comm, io_manager=None)[source]¶
bnd_mcs_optset_real
may be used to supply individual real options tobnd_mcs_solve()
. The initialization functionbnd_mcs_init()
must have been called before callingbnd_mcs_optset_real
.Deprecated since version 28.3.0.0:
bnd_mcs_optset_real
is deprecated. There is no suggested replacement for this routine.For full information please refer to the NAG Library document for e05jg
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/e05/e05jgf.html
- Parameters
- optstrstr
A string identifying a real-valued option (as described in Other Parameters for bnd_mcs_solve).
- rvaluefloat
The value associated with the option in .
- commdict, communication object, modified in place
Communication structure.
This argument must have been initialized by a prior call to
bnd_mcs_init()
.- io_managerFileObjManager, optional
Manager for I/O in this routine.
- Raises
- NagValueError
- (errno )
Initialization function
bnd_mcs_init()
has not been called.- (errno )
The supplied option is invalid. A keyword or keyword combination was not recognized.
- (errno )
Attempt to assign an out-of-bounds value of ‘Infinite Bound Size’ (): .
- (errno )
Attempt to assign too small a value of ‘Target Objective Error’ (): .
- (errno )
Attempt to assign too small a value of ‘Target Objective Safeguard’ (): .
- (errno )
Attempt to assign too small a value of ‘Local Searches Tolerance’ (): .
- Notes
bnd_mcs_optset_real
may be used to supply values for real options tobnd_mcs_solve()
. It is only necessary to callbnd_mcs_optset_real
for those arguments whose values are to be different from their default values. One call tobnd_mcs_optset_real
sets one argument value.Each real option is defined by a single character string in and the corresponding value in .
A complete list of options, their symbolic names and default values is given in Other Parameters for bnd_mcs_solve.