NAG Library Routine Document
e05ucf
(nlp_multistart_sqp)
1
Purpose
e05ucf is designed to find the global minimum of an arbitrary smooth function subject to constraints (which may include simple bounds on the variables, linear constraints and smooth nonlinear constraints) by generating a number of different starting points and performing a local search from each using sequential quadratic programming.
2
Specification
Fortran Interface
Subroutine e05ucf ( |
n,
nclin,
ncnln,
a,
lda,
bl,
bu,
confun,
objfun,
npts,
x,
ldx,
start,
repeat,
nb,
objf,
objgrd,
ldobjd,
iter,
c,
ldc,
cjac,
ldcjac,
sdcjac,
r,
ldr,
sdr,
clamda,
ldclda,
istate,
listat,
iopts,
opts,
iuser,
ruser,
info,
ifail) |
Integer, Intent (In) | :: |
n,
nclin,
ncnln,
lda,
npts,
ldx,
nb,
ldobjd,
ldc,
ldcjac,
sdcjac,
ldr,
sdr,
ldclda,
listat | Integer, Intent (Inout) | :: |
iopts(740),
iuser(*),
ifail | Integer, Intent (Out) | :: |
iter(nb),
istate(listat,nb),
info(nb) | Real (Kind=nag_wp), Intent (In) | :: |
a(lda,*),
bl(n+nclin+ncnln),
bu(n+nclin+ncnln) | Real (Kind=nag_wp), Intent (Inout) | :: |
x(ldx,nb),
objgrd(ldobjd,nb),
c(ldc,nb),
cjac(ldcjac,sdcjac,nb),
r(ldr,sdr,nb),
clamda(ldclda,nb),
opts(485),
ruser(*) | Real (Kind=nag_wp), Intent (Out) | :: |
objf(nb) | Logical, Intent (In) | :: |
repeat | External | :: |
confun,
objfun,
start |
|
C Header Interface
#include nagmk26.h
void |
e05ucf_ (
const Integer *n,
const Integer *nclin,
const Integer *ncnln,
const double a[],
const Integer *lda,
const double bl[],
const double bu[],
void (NAG_CALL *confun)(
Integer *mode,
const Integer *ncnln,
const Integer *n,
const Integer *ldcjsl,
const Integer needc[],
const double x[],
double c[],
double cjsl[],
const Integer *nstate,
Integer iuser[],
double ruser[]),
void (NAG_CALL *objfun)(
Integer *mode,
const Integer *n,
const double x[],
double *objf,
double objgrd[],
const Integer *nstate,
Integer iuser[],
double ruser[]),
const Integer *npts,
double x[],
const Integer *ldx,
void (NAG_CALL *start)(
const Integer *npts,
double quas[],
const Integer *n,
const logical *repeat,
const double bl[],
const double bu[],
Integer iuser[],
double ruser[],
Integer *mode),
const logical *repeat,
const Integer *nb,
double objf[],
double objgrd[],
const Integer *ldobjd,
Integer iter[],
double c[],
const Integer *ldc,
double cjac[],
const Integer *ldcjac,
const Integer *sdcjac,
double r[],
const Integer *ldr,
const Integer *sdr,
double clamda[],
const Integer *ldclda,
Integer istate[],
const Integer *listat,
Integer iopts[],
double opts[],
Integer iuser[],
double ruser[],
Integer info[],
Integer *ifail) |
|
Before calling
e05ucf, the optional parameter arrays
iopts and
opts
must
be initialized for use with
e05ucf by calling
e05zkf with
optstr set to
‘
Initialize = e05ucf’.
Optional parameters may be specified by calling
e05zkf before the call to
e05ucf.
3
Description
The problem is assumed to be stated in the following form:
where
(the
objective function) is a nonlinear function,
is an
by
linear constraint matrix, and
is an
element vector of nonlinear constraint functions. (The matrix
and the vector
may be empty.) The objective function and the constraint functions are assumed to be smooth, i.e., at least twice-continuously differentiable. (This routine will usually solve
(1) if there are only isolated discontinuities away from the solution.)
e05ucf solves a user-specified number of local optimization problems with different starting points. You may specify the starting points via the subroutine
start. If a random number generator is used to generate the starting points then the argument
repeat allows you to specify whether a repeatable set of points are generated or whether different starting points are generated on different calls. The resulting local minima are ordered and the best
nb results returned in order of ascending values of the resulting objective function values at the minima. Thus the value returned in position
will be the best result obtained. If a sufficient number of different points are chosen then this is likely to be be the global minimum. Please note that the default version of
start uses a random number generator to generate the starting points.
4
References
Dennis J E Jr and Moré J J (1977) Quasi-Newton methods, motivation and theory SIAM Rev. 19 46–89
Dennis J E Jr and Schnabel R B (1981) A new derivation of symmetric positive-definite secant updates nonlinear programming (eds O L Mangasarian, R R Meyer and S M Robinson) 4 167–199 Academic Press
Dennis J E Jr and Schnabel R B (1983) Numerical Methods for Unconstrained Optimization and Nonlinear Equations Prentice–Hall
Fletcher R (1987) Practical Methods of Optimization (2nd Edition) Wiley
Gill P E, Hammarling S, Murray W, Saunders M A and Wright M H (1986) Users' guide for LSSOL (Version 1.0) Report SOL 86-1 Department of Operations Research, Stanford University
Gill P E, Murray W, Saunders M A and Wright M H (1984) Users' guide for SOL/QPSOL version 3.2 Report SOL 84–5 Department of Operations Research, Stanford University
Gill P E, Murray W, Saunders M A and Wright M H (1986a) Some theoretical properties of an augmented Lagrangian merit function Report SOL 86–6R Department of Operations Research, Stanford University
Gill P E, Murray W, Saunders M A and Wright M H (1986b) Users' guide for NPSOL (Version 4.0): a Fortran package for nonlinear programming Report SOL 86-2 Department of Operations Research, Stanford University
Gill P E, Murray W and Wright M H (1981) Practical Optimization Academic Press
Powell M J D (1974) Introduction to constrained optimization Numerical Methods for Constrained Optimization (eds P E Gill and W Murray) 1–28 Academic Press
Powell M J D (1983) Variable metric methods in constrained optimization Mathematical Programming: the State of the Art (eds A Bachem, M Grötschel and B Korte) 288–311 Springer–Verlag
5
Arguments
- 1: – IntegerInput
-
On entry: , the number of variables.
Constraint:
.
- 2: – IntegerInput
-
On entry: , the number of general linear constraints.
Constraint:
.
- 3: – IntegerInput
-
On entry: , the number of nonlinear constraints.
Constraint:
.
- 4: – Real (Kind=nag_wp) arrayInput
-
Note: the second dimension of the array
a
must be at least
if
, and at least
otherwise.
On entry: the matrix
of general linear constraints in
(1). That is, the
th row contains the coefficients of the
th general linear constraint, for
.
If
, the array
a is not referenced.
- 5: – IntegerInput
-
On entry: the first dimension of the array
a as declared in the (sub)program from which
e05ucf is called.
Constraint:
.
- 6: – Real (Kind=nag_wp) arrayInput
- 7: – Real (Kind=nag_wp) arrayInput
-
On entry:
bl must contain the lower bounds and
bu the upper bounds for all the constraints in the following order. The first
elements of each array must contain the bounds on the variables, the next
elements the bounds for the general linear constraints (if any) and the next
elements the bounds for the general nonlinear constraints (if any). To specify a nonexistent lower bound (i.e.,
), set
, and to specify a nonexistent upper bound (i.e.,
), set
; the default value of
is
, but this may be changed by the optional parameter
Infinite Bound Size. To specify the
th constraint as an equality, set
, say, where
.
Constraints:
- , for ;
- if , .
- 8: – Subroutine, supplied by the NAG Library or the user.External Procedure
-
confun must calculate the vector
of nonlinear constraint functions and (optionally) its Jacobian (
) for a specified
-element vector
. If there are no nonlinear constraints (i.e.,
),
confun will never be called by
e05ucf and
confun may be the dummy routine e04udm. (e04udm is included in the NAG Library.) If there are nonlinear constraints, the first call to
confun will occur before the first call to
objfun.
The specification of
confun is:
Fortran Interface
Subroutine confun ( |
mode,
ncnln,
n,
ldcjsl,
needc,
x,
c,
cjsl,
nstate,
iuser,
ruser) |
Integer, Intent (In) | :: |
ncnln,
n,
ldcjsl,
needc(ncnln),
nstate | Integer, Intent (Inout) | :: |
mode,
iuser(*) | Real (Kind=nag_wp), Intent (In) | :: |
x(n) | Real (Kind=nag_wp), Intent (Inout) | :: |
cjsl(ldcjsl,n),
ruser(*) | Real (Kind=nag_wp), Intent (Out) | :: |
c(ncnln) |
|
C Header Interface
#include nagmk26.h
void |
confun (
Integer *mode,
const Integer *ncnln,
const Integer *n,
const Integer *ldcjsl,
const Integer needc[],
const double x[],
double c[],
double cjsl[],
const Integer *nstate,
Integer iuser[],
double ruser[]) |
|
- 1: – IntegerInput/Output
-
On entry: indicates which values must be assigned during each call of
confun. Only the following values need be assigned, for each value of
such that
:
- .
- All available elements in the th row of cjsl.
- and all available elements in the th row of cjsl.
On exit: may be set to a negative value if you wish to abandon the solution to the current local minimization problem. In this case e05ucf will move to the next local minimization problem.
- 2: – IntegerInput
-
On entry: , the number of nonlinear constraints.
- 3: – IntegerInput
-
On entry: , the number of variables.
- 4: – IntegerInput
-
On entry:
ldcjsl is the same value as
ldcjac in the call to
e05ucf.
- 5: – Integer arrayInput
-
On entry: the indices of the elements of
c and/or
cjsl that must be evaluated by
confun. If
,
and/or the available elements of the
th row of
cjsl (see argument
mode) must be evaluated at
.
- 6: – Real (Kind=nag_wp) arrayInput
-
On entry: , the vector of variables at which the constraint functions and/or the available elements of the constraint Jacobian are to be evaluated.
- 7: – Real (Kind=nag_wp) arrayOutput
-
On exit: if
and
or
,
must contain the value of
. The remaining elements of
c, corresponding to the non-positive elements of
needc, need not be set.
- 8: – Real (Kind=nag_wp) arrayInput/Output
-
cjsl may be regarded as a two-dimensional ‘slice’ of the three-dimensional array
cjac of
e05ucf.
On entry: unless
or
(the default setting is
,
the elements of
cjsl are set to special values which enable
e05ucf to detect whether they are changed by
confun.
On exit: if
and
or
, the
th row of
cjsl must contain the available elements of the vector
given by
where
is the partial derivative of the
th constraint with respect to the
th variable, evaluated at the point
. See also the argument
nstate. The remaining rows of
cjsl, corresponding to non-positive elements of
needc, need not be set.
If all elements of the constraint Jacobian are known (i.e.,
or
), any constant elements may be assigned to
cjsl one time only at the start of each local optimization. An element of
cjsl that is not subsequently assigned in
confun will retain its initial value throughout the local optimization. Constant elements may be loaded into
cjsl during the first call to
confun for the local optimization (signalled by the value
). The ability to preload constants is useful when many Jacobian elements are identically zero, in which case
cjsl may be initialized to zero and nonzero elements may be reset by
confun.
Note that constant nonzero elements do affect the values of the constraints. Thus, if
is set to a constant value, it need not be reset in subsequent calls to
confun, but the value
must nonetheless be added to
. For example, if
and
then the term
must be included in the definition of
.
It must be emphasized that, if
or
, unassigned elements of
cjsl are not treated as constant; they are estimated by finite differences, at nontrivial expense. If you do not supply a value for the optional parameter
Difference Interval, an interval for each element of
is computed automatically at the start of each local optimization. The automatic procedure can usually identify constant elements of
cjsl, which are then computed once only by finite differences.
- 9: – IntegerInput
-
On entry: if
then
e05ucf is calling
confun for the first time on the current local optimization problem. This argument setting allows you to save computation time if certain data must be calculated only once.
- 10: – Integer arrayUser Workspace
- 11: – Real (Kind=nag_wp) arrayUser Workspace
-
confun is called with the arguments
iuser and
ruser as supplied to
e05ucf. You should use the arrays
iuser and
ruser to supply information to
confun.
confun must either be a module subprogram USEd by, or declared as EXTERNAL in, the (sub)program from which
e05ucf is called. Arguments denoted as
Input must
not be changed by this procedure.
Note: confun should not return floating-point NaN (Not a Number) or infinity values, since these are not handled by
e05ucf. If your code inadvertently
does return any NaNs or infinities,
e05ucf is likely to produce unexpected results.
confun should be tested separately before being used in conjunction with
e05ucf. See also the description of the optional parameter
Verify.
- 9: – Subroutine, supplied by the user.External Procedure
-
objfun must calculate the objective function
and (optionally) its gradient
for a specified
-vector
.
The specification of
objfun is:
Fortran Interface
Integer, Intent (In) | :: |
n,
nstate | Integer, Intent (Inout) | :: |
mode,
iuser(*) | Real (Kind=nag_wp), Intent (In) | :: |
x(n) | Real (Kind=nag_wp), Intent (Inout) | :: |
objgrd(n),
ruser(*) | Real (Kind=nag_wp), Intent (Out) | :: |
objf |
|
- 1: – IntegerInput/Output
-
On entry: indicates which values must be assigned during each call of
objfun. Only the following values need be assigned:
- objf.
- All available elements of objgrd.
- objf and all available elements of objgrd.
On exit: may be set to a negative value if you wish to abandon the solution to the current local minimization problem. In this case e05ucf will move to the next local minimization problem.
- 2: – IntegerInput
-
On entry: , the number of variables.
- 3: – Real (Kind=nag_wp) arrayInput
-
On entry: , the vector of variables at which the objective function and/or all available elements of its gradient are to be evaluated.
- 4: – Real (Kind=nag_wp)Output
-
On exit: if
or
,
objf must be set to the value of the objective function at
.
- 5: – Real (Kind=nag_wp) arrayInput/Output
-
On entry: the elements of
objgrd are set to special values which enable
e05ucf to detect whether they are changed by
objfun.
On exit: if
or
,
objgrd must return the available elements of the gradient evaluated at
.
- 6: – IntegerInput
-
On entry: if
then
e05ucf is calling
objfun for the first time on the current local optimization problem. This argument setting allows you to save computation time if certain data must be calculated only once.
- 7: – Integer arrayUser Workspace
- 8: – Real (Kind=nag_wp) arrayUser Workspace
-
objfun is called with the arguments
iuser and
ruser as supplied to
e05ucf. You should use the arrays
iuser and
ruser to supply information to
objfun.
objfun must either be a module subprogram USEd by, or declared as EXTERNAL in, the (sub)program from which
e05ucf is called. Arguments denoted as
Input must
not be changed by this procedure.
Note: objfun should not return floating-point NaN (Not a Number) or infinity values, since these are not handled by
e05ucf. If your code inadvertently
does return any NaNs or infinities,
e05ucf is likely to produce unexpected results.
objfun should be tested separately before being used in conjunction with
e05ucf. See also the description of the optional parameter
Verify.
- 10: – IntegerInput
-
On entry: the number of different starting points to be generated and used. The more points used, the more likely that the best returned solution will be a global minimum.
Constraint:
.
- 11: – Real (Kind=nag_wp) arrayOutput
-
On exit: contains the final estimate of the th solution, for .
- 12: – IntegerInput
-
On entry: the first dimension of the array
x as declared in the (sub)program from which
e05ucf is called.
Constraint:
.
- 13: – Subroutine, supplied by the NAG Library or the user.External Procedure
-
start must calculate the
npts starting points to be used by the local optimizer. If you do not wish to write a routine specific to your problem then e05ucz may be used as the actual argument. e05ucz is supplied in the NAG Library and uses the NAG quasi-random number generators to distribute starting points uniformly across the domain. It is affected by the value of
repeat.
The specification of
start is:
Fortran Interface
Integer, Intent (In) | :: |
npts,
n | Integer, Intent (Inout) | :: |
iuser(*),
mode | Real (Kind=nag_wp), Intent (In) | :: |
bl(n),
bu(n) | Real (Kind=nag_wp), Intent (Inout) | :: |
quas(n,npts),
ruser(*) | Logical, Intent (In) | :: |
repeat |
|
C Header Interface
#include nagmk26.h
void |
start (
const Integer *npts,
double quas[],
const Integer *n,
const logical *repeat,
const double bl[],
const double bu[],
Integer iuser[],
double ruser[],
Integer *mode) |
|
- 1: – IntegerInput
-
On entry: indicates the number of starting points.
- 2: – Real (Kind=nag_wp) arrayInput/Output
-
On entry: all elements of
quas will have been set to zero, so only nonzero values need be set subsequently.
On exit: must contain the starting points for the
npts local minimizations, i.e.,
must contain the
th component of the
th starting point.
- 3: – IntegerInput
-
On entry: the number of variables.
- 4: – LogicalInput
-
On entry: specifies whether a repeatable or non-repeatable sequence of points are to be generated.
- 5: – Real (Kind=nag_wp) arrayInput
-
On entry: the lower bounds on the variables. These may be used to ensure that the starting points generated in some sense ‘cover’ the region, but there is no requirement that a starting point be feasible.
- 6: – Real (Kind=nag_wp) arrayInput
-
On entry: the upper bounds on the variables. (See
bl.)
- 7: – Integer arrayUser Workspace
- 8: – Real (Kind=nag_wp) arrayUser Workspace
-
start is called with the arguments
iuser and
ruser as supplied to
e05ucf. You should use the arrays
iuser and
ruser to supply information to
start.
- 9: – IntegerInput/Output
-
On entry:
mode will contain
.
On exit: if you set
mode to a negative value then
e05ucf will terminate immediately with
.
start must either be a module subprogram USEd by, or declared as EXTERNAL in, the (sub)program from which
e05ucf is called. Arguments denoted as
Input must
not be changed by this procedure.
Note: start should not return floating-point NaN (Not a Number) or infinity values, since these are not handled by
e05ucf. If your code inadvertently
does return any NaNs or infinities,
e05ucf is likely to produce unexpected results.
- 14: – LogicalInput
-
On entry: is passed as an argument to
start and may be used to initialize a random number generator to a repeatable, or non-repeatable, sequence.
- 15: – IntegerInput
-
On entry: the number of solutions to be returned. The routine saves up to
nb local minima ordered by increasing value of the final objective function. If the defining criterion for ‘best solution’ is only that the value of the objective function is as small as possible then
nb should be set to
. However, if you want to look at other solutions that may have desirable properties then setting
will produce
nb local minima, ordered by increasing value of their objective functions at the minima.
Constraint:
.
- 16: – Real (Kind=nag_wp) arrayOutput
-
On exit: contains the value of the objective function at the final iterate for the th solution.
- 17: – Real (Kind=nag_wp) arrayOutput
-
On exit: contains the gradient of the objective function for the th solution at the final iterate (or its finite difference approximation), for .
- 18: – IntegerInput
-
On entry: the first dimension of the array
objgrd as declared in the (sub)program from which
e05ucf is called.
Constraint:
.
- 19: – Integer arrayOutput
-
On exit:
contains the number of major iterations performed to obtain the
th solution. If less than
nb solutions are returned then
contains the number of starting points that have resulted in a converged solution. If this is close to
npts then this might be indicative that fewer than
nb local minima exist.
- 20: – Real (Kind=nag_wp) arrayOutput
-
On exit: if
,
contains the value of the
th nonlinear constraint function
at the final iterate, for the
th solution, for
.
If
, the array
c is not referenced.
- 21: – IntegerInput
-
On entry: the first dimension of the array
c as declared in the (sub)program from which
e05ucf is called.
Constraint:
.
- 22: – Real (Kind=nag_wp) arrayOutput
-
On exit: if
,
cjac contains the Jacobian matrices of the nonlinear constraint functions at the final iterate for each of the returned solutions, i.e.,
contains the partial derivative of the
th constraint function with respect to the
th variable, for
and
, for the
th solution. (See the discussion of argument
cjsl under
confun.)
If
, the array
cjac is not referenced.
- 23: – IntegerInput
-
On entry: the first dimension of the array
cjac as declared in the (sub)program from which
e05ucf is called.
Constraint:
.
- 24: – IntegerInput
-
On entry: the second dimension of the array
cjac as declared in the (sub)program from which
e05ucf is called.
Constraint:
if , .
- 25: – Real (Kind=nag_wp) arrayOutput
-
On exit: for each of the
nb solutions
r will contain a form of the Hessian; for the
th returned solution
contains the Hessian that would be returned from the local minimizer. If
,
the default, each
contains the upper triangular Cholesky factor
of
, an estimate of the transformed and reordered Hessian of the Lagrangian at
. If
,
contains the upper triangular Cholesky factor
of
, the approximate (untransformed) Hessian of the Lagrangian, with the variables in the natural order.
- 26: – IntegerInput
-
On entry: the first dimension of the array
r as declared in the (sub)program from which
e05ucf is called.
Constraint:
.
- 27: – IntegerInput
-
On entry: the second dimension of the array
r as declared in the (sub)program from which
e05ucf is called.
Constraint:
.
- 28: – Real (Kind=nag_wp) arrayOutput
-
On exit: the values of the QP multipliers from the last QP subproblem solved for the th solution. should be non-negative if and non-positive if .
- 29: – IntegerInput
-
On entry: the first dimension of the array
clamda as declared in the (sub)program from which
e05ucf is called.
Constraint:
.
- 30: – Integer arrayOutput
-
On exit:
contains the status of the constraints in the QP working set for the
th solution. The significance of each possible value of
is as follows:
| Meaning |
| The constraint is satisfied to within the feasibility tolerance, but is not in the QP working set. |
| This inequality constraint is included in the QP working set at its lower bound. |
| This inequality constraint is included in the QP working set at its upper bound. |
| This constraint is included in the QP working set as an equality. This value of istate can occur only when . |
- 31: – IntegerInput
-
On entry: the first dimension of the array
istate as declared in the (sub)program from which
e05ucf is called.
Constraint:
.
- 32: – Integer arrayCommunication Array
- 33: – Real (Kind=nag_wp) arrayCommunication Array
-
The arrays
iopts and
opts must not be altered between calls to any of the routines
e05ucf and
e05zkf.
- 34: – Integer arrayUser Workspace
- 35: – Real (Kind=nag_wp) arrayUser Workspace
-
iuser and
ruser are not used by
e05ucf, but are passed directly to
confun,
objfun and
start and may be used to pass information to these routines.
With care, you may also write information back into
iuser and
ruser. This might be useful, for example, should there be a need to preserve the state of a random number generator.
With SMP-enabled versions of
e05ucf the arrays
iuser and
ruser provided are classified as OpenMP shared memory. Use of
iuser and
ruser has to take account of this in order to preserve thread safety whenever information is written back to either of these arrays.
- 36: – Integer arrayOutput
-
On exit:
contains one of
,
or
. Please see the description of each corresponding value of
ifail on exit from
e04ucf/e04uca for detailed explanations of these exit values. As usual
denotes success.
If
on exit, then not all
nb solutions have been found, and
contains the number of solutions actually found.
- 37: – IntegerInput/Output
-
On entry:
ifail must be set to
,
. If you are unfamiliar with this argument you should refer to
Section 3.4 in How to Use the NAG Library and its Documentation for details.
For environments where it might be inappropriate to halt program execution when an error is detected, the value
is recommended. If the output of error messages is undesirable, then the value
is recommended. Otherwise, because for this routine the values of the output arguments may be useful even if
on exit, the recommended value is
.
When the value is used it is essential to test the value of ifail on exit.
On exit:
unless the routine detects an error or a warning has been flagged (see
Section 6).
6
Error Indicators and Warnings
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
Note: e05ucf may return useful information for one or more of the following detected errors or warnings.
Errors or warnings detected by the routine:
An input value is incorrect. One or more of the following constraints are violated.
-
On entry, : .
Constraint: , for all .
-
On entry, and .
Constraint: .
-
On entry, and .
Constraint: .
-
On entry, and .
Constraint: .
-
On entry, , , and .
Constraint: .
-
On entry, and .
Constraint: .
-
On entry, and .
Constraint: .
-
On entry, and .
Constraint: .
-
On entry, , , and .
Constraint: .
-
On entry, .
Constraint: .
-
On entry, and .
Constraint: .
-
On entry, .
Constraint: .
-
On entry, .
Constraint: .
-
On entry, , and .
Constraint: if , .
-
On entry, and .
Constraint: .
-
No solution obtained. Linear constraints may be infeasible.
e05ucf has terminated without finding any solutions. The majority of calls to the local optimizer have failed to find a feasible point for the linear constraints and bounds, which means that either no feasible point exists for the given value of the optional parameter Linear Feasibility Tolerance (default value , where is the machine precision), or no feasible point could be found in the number of iterations specified by the optional parameter Minor Iteration Limit. You should check that there are no constraint redundancies. If the data for the constraints are accurate only to an absolute precision , you should ensure that the value of the optional parameter Linear Feasibility Tolerance is greater than . For example, if all elements of are of order unity and are accurate to only three decimal places, Linear Feasibility Tolerance should be at least .
-
e05ucf has failed to find any solutions. The majority of local optimizations could not find a feasible point for the nonlinear constraints. The problem may have no feasible solution. This behaviour will occur if there is no feasible point for the nonlinear constraints. (However, there is no general test that can determine whether a feasible point exists for a set of nonlinear constraints.)
No solution obtained. Nonlinear constraints may be infeasible.
-
No solution obtained. Many potential solutions reach iteration limit.
The Iteration Limit may be changed using e05zkf.
-
User-supplied derivatives probably wrong.
The user-supplied derivatives of the objective function and/or nonlinear constraints appear to be incorrect.
Large errors were found in the derivatives of the objective function and/or nonlinear constraints. This value of
ifail will occur if the verification process indicated that at least one gradient or Jacobian element had no correct figures. You should refer to or enable the printed output to determine which elements are suspected to be in error.
As a first-step, you should check that the code for the objective and constraint values is correct – for example, by computing the function at a point where the correct value is known. However, care should be taken that the chosen point fully tests the evaluation of the function. It is remarkable how often the values or are used to test function evaluation procedures, and how often the special properties of these numbers make the test meaningless.
Gradient checking will be ineffective if the objective function uses information computed by the constraints, since they are not necessarily computed before each function evaluation.
Errors in programming the function may be quite subtle in that the function value is ‘almost’ correct. For example, the function may not be accurate to full precision because of the inaccurate calculation of a subsidiary quantity, or the limited accuracy of data upon which the function depends. A common error on machines where numerical calculations are usually performed in double precision is to include even one single precision constant in the calculation of the function; since some compilers do not convert such constants to double precision, half the correct figures may be lost by such a seemingly trivial error.
-
Only
solutions obtained.
Not all
nb solutions have been found.
contains the number actually found.
-
User terminated computation from
start procedure:
.
If
e05ucz
has been used as an actual argument for start then the message displayed, when or on entry to e05ucf, will have the following meaning:
|
failure to allocate space, a smaller value of NPTS should be tried. |
|
an internal error has occurred. Please contact NAG for assistance. |
-
Failed to initialize optional parameter arrays.
An unexpected error has been triggered by this routine. Please
contact
NAG.
See
Section 3.9 in How to Use the NAG Library and its Documentation for further information.
Your licence key may have expired or may not have been installed correctly.
See
Section 3.8 in How to Use the NAG Library and its Documentation for further information.
Dynamic memory allocation failed.
See
Section 3.7 in How to Use the NAG Library and its Documentation for further information.
7
Accuracy
If
on exit and the value of
, then the vector returned in the array
x for solution
is an estimate of the solution to an accuracy of approximately
Optimality Tolerance.
8
Parallelism and Performance
e05ucf is threaded by NAG for parallel execution in multithreaded implementations of the NAG Library. In these implementations, this routine may make calls to the user-supplied functions from within an OpenMP parallel region. Thus OpenMP directives within the user functions can only be used if you are compiling the user-supplied function and linking the executable in accordance with the instructions in the
Users' Note for your implementation. The user workspace arrays
iuser and
ruser are classified as OpenMP shared memory and use of
iuser and
ruser has to take account of this in order to preserve thread safety whenever information is written back to either of these arrays. If at all possible, it is recommended that these arrays are only used to supply read-only data to the user functions when a multithreaded implementation is being used.
e05ucf makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
You should be wary of requesting much intermediate output from the local optimizer, since large volumes may be produced if
npts is large.
The auxiliary routine e05ucz
makes use of the NAG quasi-random Sobol generator (
g05ylf and
g05ymf). If
e05ucz
is used as an argument for
start (see the description of
start) and
then a randomly chosen value for
iskip is used, otherwise
iskip is set to
. If
repeat is set to .FALSE. and the program is executed several times, each time producing the same best answer, then there is increased probability that this answer is a global minimum. However, if it is important that identical results be obtained on successive runs, then
repeat should be set to .TRUE..
9.1
Description of the Printed Output
See
Section 9.1 in
e04ucf/e04uca.
10
Example
This example finds the global minimum of the two-dimensional Schwefel function:
subject to the constraints:
10.1
Program Text
Program Text (e05ucfe.f90)
10.2
Program Data
Program Data (e05ucfe.d)
10.3
Program Results
Program Results (e05ucfe.r)
11
Algorithmic Details
See
Section 11 in
e04ucf/e04uca.
12
Optional Parameters
Several optional parameters in e05ucf define choices in the problem specification or the algorithm logic. In order to reduce the number of formal arguments of e05ucf these optional parameters have associated default values that are appropriate for most problems. Therefore you need only specify those optional parameters whose values are to be different from their default values.
Optional parameters may be specified by calling
e05zkf before a call to
e05ucf. Before calling
e05ucf, the optional parameter arrays
iopts and
opts
must
be initialized for use with
e05ucf by calling
e05zkf with
optstr set to ‘
Initialize = e05ucf’.
All optional parameters not specified are set to their default values. Optional parameters specified are unaltered by e05ucf (unless they define invalid values) and so remain in effect for subsequent calls to e05ucf.
12.1
Description of the Optional Parameters
e05ucf supports two options that are distinct from those of
e04ucf/e04uca:
This option allows you to send information arising from an appropriate setting of
Out_Level to be sent to the Fortran unit number defined by
Punch Unit. If you wish this file to be different to the standard output unit (
) where other output is displayed then this file should be attached by calling
x04acf prior to calling
e05ucf.
This option defines the amount of extra information to be sent to the Fortran unit number defined by
Punch Unit. The possible choices for
are the following:
|
Meaning |
0 |
No extra output. |
1 |
Updated solutions only. This is useful during long runs to observe progress. |
2 |
Successful start points only. This is useful to save the starting points that gave rise to the final solution. |
3 |
Both updated solutions and successful start points. |
See
Section 12 in
e04ucf/e04uca for details of the other options.
The
Warm Start option of
e04ucf/e04uca is not a valid option for use with
e05ucf.
13
Description of Monitoring Information
See
Section 13 in
e04ucf/e04uca.