E05JFF may be used to supply individual integer optional parameters to
E05JBF. The initialization routine
E05JAF must have been called before calling E05JFF.
E05JFF may be used to supply values for integer optional parameters to
E05JBF. It is only necessary to call E05JFF for those parameters whose values are to be different from their default values. One call to E05JFF sets one parameter value.
Each integer optional parameter is defined by a single character string in
OPTSTR and the corresponding value in
IVALUE. For example, the following allows the function evaluations limit to be defined:
NF = 1000
CALL E05JFF ('Function Evaluations Limit', NF, COMM, LCOMM, IFAIL)
A complete list of optional parameters, their symbolic names and default values is given in
Section 11 in E05JBF.
None.
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
X04AAF).
Not applicable.
E05JCF or
E05JDF may also be used to supply integer optional parameters to
E05JBF.