e04ug solves sparse nonlinear programming problems.
Syntax
C# |
---|
public static void e04ug( E04..::..E04UG_CONFUN confun, E04..::..E04UG_OBJFUN objfun, int n, int m, int ncnln, int nonln, int njnln, int iobj, int nnz, double[] a, int[] ha, int[] ka, double[] bl, double[] bu, string start, int nname, string[] names, ref int ns, double[] xs, int[] istate, double[] clamda, out int miniz, out int minz, out int ninf, out double sinf, out double obj, int[] iz, double[] z, E04..::..e04ugOptions options, out int ifail ) |
Visual Basic |
---|
Public Shared Sub e04ug ( _ confun As E04..::..E04UG_CONFUN, _ objfun As E04..::..E04UG_OBJFUN, _ n As Integer, _ m As Integer, _ ncnln As Integer, _ nonln As Integer, _ njnln As Integer, _ iobj As Integer, _ nnz As Integer, _ a As Double(), _ ha As Integer(), _ ka As Integer(), _ bl As Double(), _ bu As Double(), _ start As String, _ nname As Integer, _ names As String(), _ ByRef ns As Integer, _ xs As Double(), _ istate As Integer(), _ clamda As Double(), _ <OutAttribute> ByRef miniz As Integer, _ <OutAttribute> ByRef minz As Integer, _ <OutAttribute> ByRef ninf As Integer, _ <OutAttribute> ByRef sinf As Double, _ <OutAttribute> ByRef obj As Double, _ iz As Integer(), _ z As Double(), _ options As E04..::..e04ugOptions, _ <OutAttribute> ByRef ifail As Integer _ ) |
Visual C++ |
---|
public: static void e04ug( E04..::..E04UG_CONFUN^ confun, E04..::..E04UG_OBJFUN^ objfun, int n, int m, int ncnln, int nonln, int njnln, int iobj, int nnz, array<double>^ a, array<int>^ ha, array<int>^ ka, array<double>^ bl, array<double>^ bu, String^ start, int nname, array<String^>^ names, int% ns, array<double>^ xs, array<int>^ istate, array<double>^ clamda, [OutAttribute] int% miniz, [OutAttribute] int% minz, [OutAttribute] int% ninf, [OutAttribute] double% sinf, [OutAttribute] double% obj, array<int>^ iz, array<double>^ z, E04..::..e04ugOptions^ options, [OutAttribute] int% ifail ) |
F# |
---|
static member e04ug : confun : E04..::..E04UG_CONFUN * objfun : E04..::..E04UG_OBJFUN * n : int * m : int * ncnln : int * nonln : int * njnln : int * iobj : int * nnz : int * a : float[] * ha : int[] * ka : int[] * bl : float[] * bu : float[] * start : string * nname : int * names : string[] * ns : int byref * xs : float[] * istate : int[] * clamda : float[] * miniz : int byref * minz : int byref * ninf : int byref * sinf : float byref * obj : float byref * iz : int[] * z : float[] * options : E04..::..e04ugOptions * ifail : int byref -> unit |
Parameters
- confun
- Type: NagLibrary..::..E04..::..E04UG_CONFUNconfun 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 e04ug and confun may be the dummy method E04UGM. (E04UGM is included in the NAG Library.) If there are nonlinear constraints, the first call to confun will occur before the first call to objfun.
A delegate of type E04UG_CONFUN.
- objfun
- Type: NagLibrary..::..E04..::..E04UG_OBJFUNobjfun must calculate the nonlinear part of the objective function and (optionally) its gradient for a specified () element vector . If there are no nonlinear objective variables (i.e., ), objfun will never be called by e04ug and objfun may be the dummy method E04UGN. (E04UGN is included in the NAG Library.)
A delegate of type E04UG_OBJFUN.
- n
- Type: System..::..Int32On entry: , the number of variables (excluding slacks). This is the number of columns in the full Jacobian matrix .Constraint: .
- m
- Type: System..::..Int32On entry: , the number of general constraints (or slacks). This is the number of rows in , including the free row (if any; see iobj). Note that must contain at least one row. If your problem has no constraints, or only upper and lower bounds on the variables, then you must include a dummy ‘free’ row consisting of a single (zero) element subject to ‘infinite’ upper and lower bounds. Further details can be found under the descriptions for iobj, nnz, a, ha, ka, bl and bu.Constraint: .
- ncnln
- Type: System..::..Int32On entry: , the number of nonlinear constraints.Constraint: .
- nonln
- Type: System..::..Int32On entry: , the number of nonlinear objective variables. If the objective function is nonlinear, the leading columns of belong to the nonlinear objective variables. (See also the description for njnln.)Constraint: .
- njnln
- Type: System..::..Int32On entry: , the number of nonlinear Jacobian variables. If there are any nonlinear constraints, the leading columns of belong to the nonlinear Jacobian variables. If and , the nonlinear objective and Jacobian variables overlap. The total number of nonlinear variables is given by .Constraints:
- if , ;
- if , .
- iobj
- Type: System..::..Int32On entry: if , row iobj of is a free row containing the nonzero elements of the linear part of the objective function.
- There is no free row.
- There is a dummy ‘free’ row.
Constraints:- if , ;
- otherwise .
- nnz
- Type: System..::..Int32On entry: the number of nonzero elements in (including the Jacobian for any nonlinear constraints). If , set .Constraint: .
- a
- Type: array<System..::..Double>[]()[][]An array of size [nnz]On entry: the nonzero elements of the Jacobian matrix , ordered by increasing column index. Since the constraint Jacobian matrix must always appear in the top left-hand corner of , those elements in a column associated with any nonlinear constraints must come before any elements belonging to the linear constraint matrix and the free row (if any; see iobj).In general, a is partitioned into a nonlinear part and a linear part corresponding to the nonlinear variables and linear variables in the problem. Elements in the nonlinear part may be set to any value (e.g., zero) because they are initialized at the first point that satisfies the linear constraints and the upper and lower bounds.If or , the nonlinear part may also be used to store any constant Jacobian elements. Note that if confun does not define the constant Jacobian element then the missing value will be obtained directly from for some .If or , unassigned elements of fjac are not treated as constant; they are estimated by finite differences, at nontrivial expense.On exit: elements in the nonlinear part corresponding to nonlinear Jacobian variables are overwritten.
- ha
- Type: array<System..::..Int32>[]()[][]An array of size [nnz]On entry: must contain the row index of the nonzero element stored in , for . The row indices for a column may be supplied in any order subject to the condition that those elements in a column associated with any nonlinear constraints must appear before those elements associated with any linear constraints (including the free row, if any). Note that confun must define the Jacobian elements in the same order. If , set .Constraint: , for .
- ka
- Type: array<System..::..Int32>[]()[][]An array of size []On entry: must contain the index in a of the start of the th column, for . To specify the th column as empty, set . Note that the first and last elements of ka must be such that and . If , set , for .Constraints:
- ;
- , for ;
- ;
- , for .
- bl
- Type: array<System..::..Double>[]()[][]An array of size []On entry: , the lower bounds for all the variables and general constraints, in the following order. The first n elements of bl must contain the bounds on the variables , the next ncnln elements the bounds for the nonlinear constraints (if any) and the next () elements the bounds for the linear constraints and the free row (if any). To specify a nonexistent lower bound (i.e., ), set . To specify the th constraint as an equality, set , say, where . If , set .Constraint: if or ,(See also the description for bu.)
- bu
- Type: array<System..::..Double>[]()[][]An array of size []On entry: , the upper bounds for all the variables and general constraints, in the following order. The first n elements of bu must contain the bounds on the variables , the next ncnln elements the bounds for the nonlinear constraints (if any) and the next () elements the bounds for the linear constraints and the free row (if any). To specify a nonexistent upper bound (i.e., ), set . To specify the th constraint as an equality, set , say, where . If , set .Constraints:
- if or , ;
- , for ;
- if , .
- start
- Type: System..::..StringOn entry: indicates how a starting basis is to be obtained.Constraint: or .
- nname
- Type: System..::..Int32On entry: the number of column (i.e., variable) and row (i.e., constraint) names supplied in names.
- There are no names. Default names will be used in the printed output.
- All names must be supplied.
Constraint: or .
- names
- Type: array<System..::..String>[]()[][]An array of size [nname]On entry: specifies the column and row names to be used in the printed output.If , names is not referenced and the printed output will use default names for the columns and rows.If , the first n elements must contain the names for the columns, the next ncnln elements must contain the names for the nonlinear rows (if any) and the next elements must contain the names for the linear rows (if any) to be used in the printed output. Note that the name for the free row or dummy ‘free’ row must be stored in .
- ns
- Type: System..::..Int32%On entry: , the number of superbasics. It need not be specified if , but must retain its value from a previous call when .On exit: the final number of superbasics.
- xs
- Type: array<System..::..Double>[]()[][]An array of size []On entry: the initial values of the variables and slacks . (See the description for istate.)On exit: the final values of the variables and slacks .
- istate
- Type: array<System..::..Int32>[]()[][]An array of size []On entry: if , the first n elements of istate and xs must specify the initial states and values, respectively, of the variables . (The slacks need not be initialized.) An internal Crash procedure is then used to select an initial basis matrix . The initial basis matrix will be triangular (neglecting certain small elements in each column). It is chosen from various rows and columns of . Possible values for are as follows:
State of during Crash procedure or Eligible for the basis Ignored Eligible for the basis (given preference over or ) or Ignored If nothing special is known about the problem, or there is no wish to provide special information, you may set and , for . All variables will then be eligible for the initial basis. Less trivially, to say that the th variable will probably be equal to one of its bounds, set and or and as appropriate.Following the Crash procedure, variables for which are made superbasic. Other variables not selected for the basis are then made nonbasic at the value if , or at the value or closest to .Constraints:- if , , for ;
- if , , for .
On exit: the final states of the variables and slacks . The significance of each possible value of is as follows:State of variable Normal value of Nonbasic Nonbasic Superbasic Between and Basic Between and If , basic and superbasic variables may be outside their bounds by as much as the value of the optional parameter Minor Feasibility Tolerance. Note that if scaling is specified, the optional parameter Minor Feasibility Tolerance applies to the variables of the scaled problem. In this case, the variables of the original problem may be as much as outside their bounds, but this is unlikely unless the problem is very badly scaled.Very occasionally some nonbasic variables may be outside their bounds by as much as the optional parameter Minor Feasibility Tolerance and there may be some nonbasic variables for which lies strictly between its bounds.If , some basic and superbasic variables may be outside their bounds by an arbitrary amount (bounded by sinf if scaling was not used).
- clamda
- Type: array<System..::..Double>[]()[][]An array of size []On entry: if , must contain a Lagrange multiplier estimate for the th nonlinear constraint , for . If nothing special is known about the problem, or there is no wish to provide special information, you may set . The remaining elements need not be set.On exit: a set of Lagrange multipliers for the bounds on the variables (reduced costs) and the general constraints (shadow costs). More precisely, the first n elements contain the multipliers for the bounds on the variables, the next ncnln elements contain the multipliers for the nonlinear constraints (if any) and the next () elements contain the multipliers for the linear constraints and the free row (if any).
- miniz
- Type: System..::..Int32%
- minz
- Type: System..::..Int32%
- ninf
- Type: System..::..Int32%On exit: the number of constraints that lie outside their bounds by more than the value of the optional parameter Minor Feasibility Tolerance.If the linear constraints are infeasible, the sum of the infeasibilities of the linear constraints is minimized subject to the upper and lower bounds being satisfied. In this case, ninf contains the number of elements of that lie outside their upper or lower bounds. Note that the nonlinear constraints are not evaluated.Otherwise, the sum of the infeasibilities of the nonlinear constraints is minimized subject to the linear constraints and the upper and lower bounds being satisfied. In this case, ninf contains the number of elements of that lie outside their upper or lower bounds.
- sinf
- Type: System..::..Double%On exit: the sum of the infeasibilities of constraints that lie outside their bounds by more than the value of the optional parameter Minor Feasibility Tolerance.
- obj
- Type: System..::..Double%On exit: the value of the objective function.
- iz
- Type: array<System..::..Int32>[]()[][]An array of size [dim1]Note: dim1 must satisfy the constraint:
- z
- Type: array<System..::..Double>[]()[][]An array of size [lenz]the dimension of the array z.Constraint: .The amounts of workspace provided (i.e., _leniz and lenz) and required (i.e., miniz and minz) are (by default) output on the current advisory message unit (as defined by (X04ABF not in this release)). Since the minimum values of _leniz and lenz required to start solving the problem are returned in miniz and minz respectively, you may prefer to obtain appropriate values from the output of a preliminary run with _leniz set to and/or lenz set to . (e04ug will then terminate with or .)
- options
- Type: NagLibrary..::..E04..::..e04ugOptionsAn Object of type E04.e04ugOptions. Used to configure optional parameters to this method.
- ifail
- Type: System..::..Int32%On exit: unless the method detects an error or a warning has been flagged (see [Error Indicators and Warnings]).
Description
e04ug is designed to solve a class of nonlinear programming problems that are assumed to be stated in the following general form:
where is a set of variables, is a smooth scalar objective function, and are constant lower and upper bounds, is a vector of smooth nonlinear constraint functions and is a sparse matrix.
(1) |
The constraints involving and are called the general constraints. Note that upper and lower bounds are specified for all variables and constraints. This form allows full generality in specifying various types of constraint. In particular, the th constraint can be defined as an equality by setting . If certain bounds are not present, the associated elements of or can be set to special values that will be treated as or . (See the description of the optional parameter Infinite Bound Size.)
e04ug converts the upper and lower bounds on the elements of and to equalities by introducing a set of slack variables
, where . For example, the linear constraint is replaced by , together with the bounded slack . The problem defined by (1) can therefore be re-written in the following equivalent form:
Since the slack variables are subject to the same upper and lower bounds as the elements of and , the bounds on and can simply be thought of as bounds on the combined vector . The elements of and are partitioned into basic, nonbasic and superbasic variables defined as follows:
(2) |
– | a basic variable ( say) is the th variable associated with the th column of the basis matrix ; |
– | a nonbasic variable is a variable that is temporarily fixed at its current value (usually its upper or lower bound); |
– | a superbasic variable is a nonbasic variable which is not at one of its bounds that is free to move in any desired direction (namely one that will improve the value of the objective function or reduce the sum of infeasibilities). |
For example, in the simplex method (see Gill et al. (1981)) the elements of can be partitioned at each vertex into a set of basic variables (all non-negative) and a set of nonbasic variables (all zero). This is equivalent to partitioning the columns of the constraint matrix as , where contains the columns that correspond to the basic variables and contains the columns that correspond to the nonbasic variables. Note that is square and nonsingular.
The optional parameter Maximize may be used to specify an alternative problem in which is maximized. If the objective function is nonlinear and all the constraints are linear, is absent and the problem is said to be linearly constrained. In general, the objective and constraint functions are structured in the sense that they are formed from sums of linear and nonlinear functions. This structure can be exploited by the method during the solution process as follows.
Consider the following nonlinear optimization problem with four variables ():
subject to the constraints
and to the bounds
This problem has several characteristics that can be exploited by the method:
– | the objective function is nonlinear. It is the sum of a nonlinear function of the variables () and a linear function of the variables (); |
– | the first two constraints are nonlinear. The third is linear; |
– | each nonlinear constraint function is the sum of a nonlinear function of the variables () and a linear function of the variables (). |
The nonlinear terms are defined by objfun and confun (see [Parameters]), which involve only the appropriate subset of variables.
For the objective, we define the function to include only the nonlinear part of the objective. The three variables () associated with this function are known as the nonlinear objective variables. The number of them is given by nonln (see [Parameters]) and they are the only variables needed in objfun. The linear part of the objective is stored in row iobj (see [Parameters]) of the (constraint) Jacobian matrix (see below).
Thus, if and denote the nonlinear and linear objective variables, respectively, the objective may be re-written in the form
where is the nonlinear part of the objective and and are constant vectors that form a row of . In this example, and .
Similarly for the constraints, we define a vector function to include just the nonlinear terms. In this example, and , where the two variables () are known as the nonlinear Jacobian variables. The number of them is given by njnln (see [Parameters]) and they are the only variables needed in confun. Thus, if and denote the nonlinear and linear Jacobian variables, respectively, the constraint functions and the linear part of the objective have the form
(3) |
The inequalities and implied by the constraint functions in (3) are known as the nonlinear and linear constraints, respectively. The nonlinear constraint vector in (3) and (optionally) its partial derivative matrix are set in confun. The matrices , and contain any (constant) linear terms. Along with the sparsity pattern of they are stored in the arrays a, ha and ka (see [Parameters]).
In general, the vectors and have different dimensions, but they always overlap, in the sense that the shorter vector is always the beginning of the other. In the above example, the nonlinear Jacobian variables are an ordered subset of the nonlinear objective variables . In other cases it could be the other way round (whichever is the most convenient), but the first way keeps as small as possible.
Note that the nonlinear objective function may involve either a subset or superset of the variables appearing in the nonlinear constraint functions . Thus, (or vice-versa). Sometimes the objective and constraints really involve disjoint sets of nonlinear variables. In such cases the variables should be ordered so that and , where the objective is nonlinear in just the last vector . The first njnln elements of the gradient array objgrd should also be set to zero in objfun. This is illustrated in [Example].
If all elements of the constraint Jacobian are known (i.e., the optional parameter or ), any constant elements may be assigned their correct values in a, ha and ka. The corresponding elements of the constraint Jacobian array fjac need not be reset in confun. This includes values that are identically zero as constraint Jacobian elements are assumed to be zero unless specified otherwise. It must be emphasized that, if or , unassigned elements of fjac are not treated as constant; they are estimated by finite differences, at nontrivial expense.
If there are no nonlinear constraints in (1) and is linear or quadratic, then it may be more efficient to use e04nq to solve the resulting linear or quadratic programming problem, or one of e04mf, e04nc or e04nf if is a dense matrix. If the problem is dense and does have nonlinear constraints then one of e04uf, e04us or e04wd (as appropriate) should be used instead.
You must supply an initial estimate of the solution to (1), together with versions of objfun and confun that define and , respectively, and as many first partial derivatives as possible. Note that if there are any nonlinear constraints, then the first call to confun will precede the first call to objfun.
e04ug is based on the SNOPT package described in Gill et al. (2002), which in turn utilizes methods from the MINOS package (see Murtagh and Saunders (1995)). It incorporates a sequential quadratic programming (SQP) method that obtains search directions from a sequence of quadratic programming (QP) subproblems. Each QP subproblem minimizes a quadratic model of a certain Lagrangian function subject to a linearization of the constraints. An augmented Lagrangian merit function is reduced along each search direction to ensure convergence from any starting point. Further details can be found in [Algorithmic Details].
Throughout this document the symbol is used to represent the machine precision (see x02aj).
References
Conn A R (1973) Constrained optimization using a nondifferentiable penalty function SIAM J. Numer. Anal. 10 760–779
Eldersveld S K (1991) Large-scale sequential quadratic programming algorithms PhD Thesis Department of Operations Research, Stanford University, Stanford
Fletcher R (1984) An penalty method for nonlinear constraints Numerical Optimization 1984 (eds P T Boggs, R H Byrd and R B Schnabel) 26–40 SIAM Philadelphia
Fourer R (1982) Solving staircase linear programs by the simplex method Math. Programming 23 274–313
Gill P E, Murray W and Saunders M A (2002) SNOPT: An SQP Algorithm for Large-scale Constrained Optimization 12 979–1006 SIAM J. Optim.
Gill P E, Murray W, Saunders M A and Wright M H (1986) 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, Saunders M A and Wright M H (1989) A practical anti-cycling procedure for linearly constrained optimization Math. Programming 45 437–474
Gill P E, Murray W, Saunders M A and Wright M H (1992) Some theoretical properties of an augmented Lagrangian merit function Advances in Optimization and Parallel Computing (ed P M Pardalos) 101–128 North Holland
Gill P E, Murray W and Wright M H (1981) Practical Optimization Academic Press
Hock W and Schittkowski K (1981) Test Examples for Nonlinear Programming Codes. Lecture Notes in Economics and Mathematical Systems 187 Springer–Verlag
Murtagh B A and Saunders M A (1995) MINOS 5.4 users' guide Report SOL 83-20R Department of Operations Research, Stanford University
Ortega J M and Rheinboldt W C (1970) Iterative Solution of Nonlinear Equations in Several Variables 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
Error Indicators and Warnings
Note: e04ug may return useful information for one or more of the following detected errors or warnings.
Errors or warnings detected by the method:
Some error messages may refer to parameters that are dropped from this interface
(LENIZ) In these
cases, an error in another parameter has usually caused an incorrect value to be inferred.
- The problem is infeasible. The general constraints cannot all be satisfied simultaneously to within the values of the optional parameters Major Feasibility Tolerance () and Minor Feasibility Tolerance ().
- The problem is unbounded (or badly scaled). The objective function is not bounded below (or above in the case of maximization) in the feasible region because a nonbasic variable can apparently be increased or decreased by an arbitrary amount without causing a basic variable to violate a bound. Add an upper or lower bound to the variable (whose index is printed by default by e04ug) and rerun e04ug.
- The problem may be unbounded. Check that the values of the optional parameters Unbounded Objective () and Unbounded Step Size () are not too small. This exit also implies that the objective function is not bounded below (or above in the case of maximization) in the feasible region defined by expanding the bounds by the value of the optional parameter Violation Limit ().
- Too many iterations. The values of the optional parameters Major Iteration Limit () and/or Iteration Limit () are too small.
- Feasible solution found, but requested accuracy could not be achieved. Check that the value of the optional parameter Major Optimality Tolerance () is not too small (say, ).
- The value of the optional parameter Superbasics Limit () is too small.
- An input parameter is invalid.
- The current point cannot be improved upon. Check that objfun and confun have been coded correctly and that they are consistent with the value of the optional parameter Derivative Level ().
- Numerical error in trying to satisfy the linear constraints (or the linearized nonlinear constraints). The basis is very ill-conditioned.
- Not enough integer workspace for the basis factors. Increase _leniz and rerun e04ug.
- The basis is singular after attempts to factorize it (and adding slacks where necessary). Either the problem is badly scaled or the value of the optional parameter LU Factor Tolerance ( or ) is too large.
- An unexpected error has occurred. Please contact NAG.
Accuracy
If the value of the optional parameter Major Optimality Tolerance is set to () and on exit, then the final value of should have approximately correct significant digits.
Parallelism and Performance
None.
Further Comments
This section contains a description of the printed output.
Major Iteration Printout
This section describes the intermediate printout and final printout produced by the major iterations of e04ug. The intermediate printout is a subset of the monitoring information produced by the method at every iteration (see [Description of Monitoring Information]). You can control the level of printed output (see the description of the optional parameter Major Print Level).
Note that the intermediate printout and final printout are produced only if (the default for e04ug, by default no output is produced by ).
The following line of summary output ( characters) is produced at every major iteration. In all cases, the values of the quantities printed are those in effect on completion of the given iteration.
Maj | is the major iteration count. |
Mnr |
is the number of minor iterations required by the feasibility and optimality phases of the QP subproblem. Generally, Mnr will be in the later iterations, since theoretical analysis predicts that the correct active set will be identified near the solution
(see [Algorithmic Details]).
Note that Mnr may be greater than the optional parameter Minor Iteration Limit if some iterations are required for the feasibility phase.
|
Step | is the step taken along the computed search direction. On reasonably well-behaved problems, the unit step (i.e., ) will be taken as the solution is approached. |
Merit Function |
is the value of the augmented Lagrangian merit function (6) at the current iterate. This function will decrease at each iteration unless it was necessary to increase the penalty parameters
(see [Major Iteration Printout]).
As the solution is approached, Merit Function will converge to the value of the objective function at the solution.
In elastic mode (see [Treatment of Constraint Infeasibilities]) then the merit function is a composite function involving the constraint violations weighted by the value of the optional parameter Elastic Weight. If there are no nonlinear constraints present then this entry contains Objective, the value of the objective function . In this case, will decrease monotonically to its optimal value.
|
Feasibl |
is the value of rowerr, the largest element of the scaled nonlinear constraint residual vector defined in the description of the optional parameter Major Feasibility Tolerance. The solution is regarded as ‘feasible’ if Feasibl is less than (or equal to) the optional parameter Major Feasibility Tolerance. Feasibl will be approximately zero in the neighbourhood of a solution. If there are no nonlinear constraints present, all iterates are feasible and this entry is not printed.
|
Optimal | is the value of maxgap, the largest element of the maximum complementarity gap vector defined in the description of the optional parameter Major Optimality Tolerance. The Lagrange multipliers are regarded as ‘optimal’ if Optimal is less than (or equal to) the optional parameter Major Optimality Tolerance. Optimal will be approximately zero in the neighbourhood of a solution. |
Cond Hz | is an estimate of the condition number of the reduced Hessian of the Lagrangian (not printed if ncnln and nonln are both zero). It is the square of the ratio between the largest and smallest diagonal elements of the upper triangular matrix . This constitutes a lower bound on the condition number of the matrix that approximates the reduced Hessian. The larger this number, the more difficult the problem. |
PD | is a two-letter indication of the status of the convergence tests involving the feasibility and optimality of the iterates defined in the descriptions of the optional parameters Major Feasibility Tolerance and Major Optimality Tolerance. Each letter is T if the test is satisfied and F otherwise. The tests indicate whether the values of Feasibl and Optimal are sufficiently small. For example, TF or TT is printed if there are no nonlinear constraints present (since all iterates are feasible). If either indicator is F when e04ug terminates with , you should check the solution carefully. |
M | is printed if an extra evaluation of user-supplied delegates objfun and confun was needed in order to define an acceptable positive definite quasi-Newton update to the Hessian of the Lagrangian. This modification is only performed when there are nonlinear constraints present. |
m | is printed if, in addition, it was also necessary to modify the update to include an augmented Lagrangian term. |
s | is printed if a self-scaled BFGS (Broyden–Fletcher–Goldfarb–Shanno) update was performed. This update is always used when the Hessian approximation is diagonal and hence always follows a Hessian reset. |
S | is printed if, in addition, it was also necessary to modify the self-scaled update in order to maintain positive-definiteness. |
n | is printed if no positive definite BFGS update could be found, in which case the approximate Hessian is unchanged from the previous iteration. |
r | is printed if the approximate Hessian was reset after consecutive major iterations in which no BFGS update could be made. The diagonal elements of the approximate Hessian are retained if at least one update has been performed since the last reset. Otherwise, the approximate Hessian is reset to the identity matrix. |
R | is printed if the approximate Hessian has been reset by discarding all but its diagonal elements. This reset will be forced periodically by the values of the optional parameters Hessian Frequency and Hessian Updates. However, it may also be necessary to reset an ill-conditioned Hessian from time to time. |
l | is printed if the change in the norm of the variables was greater than the value defined by the optional parameter Major Step Limit. If this output occurs frequently during later iterations, it may be worthwhile increasing the value of Major Step Limit. |
c | is printed if central differences have been used to compute the unknown elements of the objective and constraint gradients. A switch to central differences is made if either the linesearch gives a small step, or is close to being optimal. In some cases, it may be necessary to re-solve the QP subproblem with the central difference gradient and Jacobian. |
u | is printed if the QP subproblem was unbounded. |
t | is printed if the minor iterations were terminated after the number of iterations specified by the value of the optional parameter Minor Iteration Limit was reached. |
i | is printed if the QP subproblem was infeasible when the method was not in elastic mode. This event triggers the start of nonlinear elastic mode, which remains in effect for all subsequent iterations. Once in elastic mode, the QP subproblems are associated with the elastic problem (8) (see [Treatment of Constraint Infeasibilities]). It is also printed if the minimizer of the elastic subproblem does not satisfy the linearized constraints when the method is already in elastic mode. (In this case, a feasible point for the usual QP subproblem may or may not exist.) |
w | is printed if a weak solution of the QP subproblem was found. |
The final printout includes a listing of the status of every variable and constraint.
The following describes the printout for each variable. A full stop (.) is printed for any numerical value that is zero.
Variable | gives the name of the variable. If , a default name is assigned to the th variable, for . If , the name supplied in is assigned to the th variable. | ||||||||
State |
gives the state of the variable (LL if nonbasic on its lower bound, UL if nonbasic on its upper bound, EQ if nonbasic and fixed, FR if nonbasic and strictly between its bounds, BS if basic and SBS if superbasic).
A key is sometimes printed before State.
Note that unless the optional parameter is specified, the tests for assigning a key are applied to the variables of the scaled problem.
|
||||||||
Value | is the value of the variable at the final iteration. | ||||||||
Lower Bound | is the lower bound specified for the variable. None indicates that . | ||||||||
Upper Bound | is the upper bound specified for the variable. None indicates that . | ||||||||
Lagr Mult | is the Lagrange multiplier for the associated bound. This will be zero if State is FR. If is optimal, the multiplier should be non-negative if State is LL, non-positive if State is UL and zero if State is BS or SBS. | ||||||||
Residual | is the difference between the variable Value and the nearer of its (finite) bounds and . A blank entry indicates that the associated variable is not bounded (i.e., and ). |
The meaning of the printout for general constraints is the same as that given above for variables, with ‘variable’ replaced by ‘constraint’, replaced by , replaced by , and are replaced by and respectively. The heading is changed as follows:
Constrnt | gives the name of the general constraint. |
Numerical values are output with a fixed number of digits; they are not guaranteed to be accurate to this precision.
Minor Iteration Printout
This section describes the printout produced by the minor iterations of e04ug, which involve solving a QP subproblem at every major iteration. (Further details can be found in [Major Iteration Printout].) The printout is a subset of the monitoring information produced by the method at every iteration (see [Description of Monitoring Information]). You can control the level of printed output (see the description of the optional parameter Minor Print Level). Note that the printout is produced only if (, which produces no output).
The following line of summary output ( characters) is produced at every minor iteration. In all cases, the values of the quantities printed are those in effect on completion of the given iteration of the QP subproblem.
Itn | is the iteration count. |
Step | is the step taken along the computed search direction. |
Ninf | is the number of infeasibilities. This will not increase unless the iterations are in elastic mode. Ninf will be zero during the optimality phase. |
Sinf | is the value of the sum of infeasibilities if Ninf is nonzero. This will be zero during the optimality phase. |
Objective | is the value of the current QP objective function when Ninf is zero and the iterations are not in elastic mode. The switch to elastic mode is indicated by a change in the heading to Composite Obj. |
Composite Obj | is the value of the composite objective function (9) when the iterations are in elastic mode. This function will decrease monotonically at each iteration. |
Norm rg | is the Euclidean norm of the reduced gradient of the QP objective function. During the optimality phase, this norm will be approximately zero after a unit step. |
Numerical values are output with a fixed number of digits; they are not guaranteed to be accurate to this precision.
Example
This is a reformulation of Problem 74 in Hock and Schittkowski (1981) and involves the minimization of the nonlinear function
subject to the bounds
to the nonlinear constraints
and to the linear constraints
The initial point, which is infeasible, is
and .
The optimal solution (to five figures) is
and . All the nonlinear constraints are active at the solution.
Example program (C#): e04uge.cs
Algorithmic Details
This section contains a detailed description of the method used by e04ug.
Overview
Here we briefly summarise the main features of the method and introduce some terminology. Where possible, explicit reference is made to the names of variables that are parameters of the method or appear in the printed output. Further details can be found in Gill et al. (2002).
At a solution of (1), some of the constraints will be active, i.e., satisfied exactly. Let
and denote the set of indices of corresponding to active constraints at an arbitrary point . Let denote the usual derivative of , which is the row vector of first partial derivatives of (see Ortega and Rheinboldt (1970)). The vector comprises the th row of so that
where is the Jacobian of .
A point is a first-order Kuhn–Karesh–Tucker (KKT) point for (1) (see Powell (1974)) if the following conditions hold:
(a) | is feasible; | ||
(b) | there exists a vector (the Lagrange multiplier vector for the bound and general constraints) such that
|
||
(c) | the Lagrange multiplier associated with the th constraint satisfies if ; if ; if ; and can have any value if . |
An equivalent statement of the condition (4) is
where is a matrix defined as follows. Consider the set of vectors orthogonal to the gradients of the active constraints, i.e.,
The columns of may then be taken as any basis for the vector space . The vector is termed the reduced gradient of at . Certain additional conditions must be satisfied in order for a first-order KKT point to be a solution of (1) (see Powell (1974)).
The basic structure of e04ug involves major and minor iterations. The major iterations generate a sequence of iterates that satisfy the linear constraints and converge to a point that satisfies the first-order KKT optimality conditions. At each iterate a QP subproblem is used to generate a search direction towards the next iterate (). The constraints of the subproblem are formed from the linear constraints and the nonlinear constraint linearization
where denotes the Jacobian matrix, whose rows are the first partial derivatives of evaluated at the point . The QP constraints therefore comprise the linear constraints
where and are bounded above and below by and as before. If the by matrix and element vector are defined as
then the QP subproblem can be written as
where is a quadratic approximation to a modified Lagrangian function (see Gill et al. (2002)).
(5) |
The linear constraint matrix is stored in the arrays a, ha and ka (see [Parameters]). This allows you to specify the sparsity pattern of nonzero elements in and and to identify any nonzero elements that remain constant throughout the minimization.
Solving the QP subproblem is itself an iterative procedure, with the minor iterations of an SQP method being the iterations of the QP method. At each minor iteration, the constraints are (conceptually) partitioned into the form
where the basis matrix
is square and nonsingular. The elements of , and are called the basic, superbasic and nonbasic variables respectively; they are a permutation of the elements of and . At a QP solution, the basic and superbasic variables will lie somewhere between their bounds, while the nonbasic variables will be equal to one of their upper or lower bounds. At each minor iteration, is regarded as a set of independent variables that are free to move in any desired direction, namely one that will improve the value of the QP objective function or sum of infeasibilities (as appropriate). The basic variables are then adjusted in order to ensure that () continues to satisfy . The number of superbasic variables ( say) therefore indicates the number of degrees of freedom remaining after the constraints have been satisfied. In broad terms, is a measure of how nonlinear the problem is. In particular, will always be zero if there are no nonlinear constraints in (1) and is linear.
If it appears that no improvement can be made with the current definition of , and , a nonbasic variable is selected to be added to and the process is repeated with the value of increased by one. At all stages, if a basic or superbasic variable encounters one of its bounds, the variable is made nonbasic and the value of decreased by one.
Associated with each of the equality constraints is a dual variable
. Similarly, each variable in has an associated reduced gradient
(also known as a reduced cost). The reduced gradients for the variables are the quantities , where is the gradient of the QP objective function ; the reduced gradients for the slack variables are the dual variables . The QP subproblem (5) is optimal if for all nonbasic variables at their lower bounds, for all nonbasic variables at their upper bounds and for other variables (including superbasics). In practice, an approximate QP solution is found by slightly relaxing these conditions on (see the description of the optional parameter Minor Optimality Tolerance).
After a QP subproblem has been solved, new estimates of the solution to (1) are computed using a linesearch on the augmented Lagrangian merit function
where is a diagonal matrix of penalty parameters. If () denotes the current estimate of the solution and () denotes the optimal QP solution, the linesearch determines a step (where ) such that the new point
produces a sufficient decrease in the merit function
(6). When necessary, the penalties in are increased by the minimum-norm perturbation that ensures descent for (see Gill et al. (1992)). As in e04wd, is adjusted to minimize the merit function as a function of before the solution of the QP subproblem. Further details can be found in Eldersveld (1991) and Gill et al. (1986).
(6) |
Treatment of Constraint Infeasibilities
e04ug makes explicit allowance for infeasible constraints. Infeasible linear constraints are detected first by solving a problem of the form
where . This is equivalent to minimizing the sum of the general linear constraint violations subject to the simple bounds. (In the linear programming literature, the approach is often called elastic programming.)
(7) |
If the linear constraints are infeasible (i.e., or ), the method terminates without computing the nonlinear functions.
If the linear constraints are feasible, all subsequent iterates will satisfy the linear constraints. (Such a strategy allows linear constraints to be used to define a region in which and can be safely evaluated.) The method then proceeds to solve (1) as given, using search directions obtained from a sequence of QP subproblems (5). Each QP subproblem minimizes a quadratic model of a certain Lagrangian function subject to linearized constraints. An augmented Lagrangian merit function (6) is reduced along each search direction to ensure convergence from any starting point.
The method enters ‘elastic’ mode if the QP subproblem proves to be infeasible or unbounded (or if the dual variables for the nonlinear constraints become ‘large’) by solving a problem of the form
where
is called a composite objective and is a non-negative parameter (the elastic weight). If is sufficiently large, this is equivalent to minimizing the sum of the nonlinear constraint violations subject to the linear constraints and bounds. A similar formulation of (1) is fundamental to the QP algorithm of Fletcher (1984). See also Conn (1973).
(8) |
(9) |
Description of Monitoring Information
This section describes the intermediate printout and final printout which constitutes the monitoring information produced by e04ug. (See also the description of the optional parameters Monitoring File, Major Print Level and Minor Print Level.) You can control the level of printed output.
When and , the following line of intermediate printout ( characters) is produced at every major iteration on the unit number specified by optional parameter Monitoring File. Unless stated otherwise, the values of the quantities printed are those in effect on completion of the given iteration.
Major | is the major iteration count. |
Minor | is the number of minor iterations required by the feasibility and optimality phases of the QP subproblem. Generally, Minor will be in the later iterations, since theoretical analysis predicts that the correct active set will be identified near the solution (see [Algorithmic Details]). |
Step | is the step taken along the computed search direction. On reasonably well-behaved problems, the unit step (i.e., ) will be taken as the solution is approached. |
nObj | is the number of times objfun has been called to evaluate the nonlinear part of the objective function. Evaluations needed for the estimation of the gradients by finite differences are not included. nObj is printed as a guide to the amount of work required for the linesearch. |
nCon | is the number of times confun has been called to evaluate the nonlinear constraint functions (not printed if ncnln is zero). |
Merit |
is the value of the augmented Lagrangian merit function (6) at the current iterate. This function will decrease at each iteration unless it was necessary to increase the penalty parameters (see [Major Iteration Printout]). As the solution is approached, Merit will converge to the value of the objective function at the solution. In elastic mode (see [Treatment of Constraint Infeasibilities]), the merit function is a composite function involving the constraint violations weighted by the value of the optional parameter Elastic Weight. If there are no nonlinear constraints present, this entry contains Objective, the value of the objective function . In this case, will decrease monotonically to its optimal value.
|
Feasibl |
is the value of rowerr, the largest element of the scaled nonlinear constraint residual vector defined in the description of the optional parameter Major Feasibility Tolerance. The solution is regarded as ‘feasible’ if Feasibl is less than (or equal to) the optional parameter Major Feasibility Tolerance. Feasibl will be approximately zero in the neighbourhood of a solution. If there are no nonlinear constraints present, all iterates are feasible and this entry is not printed.
|
Optimal | is the value of maxgap, the largest element of the maximum complementarity gap vector defined in the description of the optional parameter Major Optimality Tolerance. The Lagrange multipliers are regarded as ‘optimal’ if Optimal is less than (or equal to) the optional parameter Major Optimality Tolerance. Optimal will be approximately zero in the neighbourhood of a solution. |
nS | is the current number of superbasic variables. |
Penalty | is the Euclidean norm of the vector of penalty parameters used in the augmented Lagrangian merit function (not printed if ncnln is zero). |
LU |
is the number of nonzeros representing the basis factors and on completion of the QP subproblem. If there are nonlinear constraints present, the basis factorization is computed at the start of the first minor iteration. At this stage, , where lenL is the number of subdiagonal elements in the columns of a lower triangular matrix and lenU is the number of diagonal and superdiagonal elements in the rows of an upper triangular matrix. As columns of are replaced during the minor iterations, the value of LU may fluctuate up or down (but in general will tend to increase). As the solution is approached and the number of minor iterations required to solve each QP subproblem decreases towards zero, LU will reflect the number of nonzeros in the factors at the start of each QP subproblem. If there are no nonlinear constraints present, refactorization is subject only to the value of the optional parameter Factorization Frequency and hence LU will tend to increase between factorizations.
|
Swp | is the number of columns of the basis matrix that were swapped with columns of in order to improve the condition number of (not printed if ncnln is zero). The swaps are determined by an factorization of the rectangular matrix , with stability being favoured more than sparsity. |
Cond Hz | is an estimate of the condition number of the reduced Hessian of the Lagrangian (not printed if ncnln and nonln are both zero). It is the square of the ratio between the largest and smallest diagonal elements of the upper triangular matrix . This constitutes a lower bound on the condition number of the matrix that approximates the reduced Hessian. The larger this number, the more difficult the problem. |
PD | is a two-letter indication of the status of the convergence tests involving the feasibility and optimality of the iterates defined in the descriptions of the optional parameters Major Feasibility Tolerance and Major Optimality Tolerance. Each letter is T if the test is satisfied and F otherwise. The tests indicate whether the values of Feasibl and Optimal are sufficiently small. For example, TF or TT is printed if there are no nonlinear constraints present (since all iterates are feasible). If either indicator is F when e04ug terminates with , you should check the solution carefully. |
M | is printed if an extra evaluation of user-supplied delegates objfun and confun was needed in order to define an acceptable positive definite quasi-Newton update to the Hessian of the Lagrangian. This modification is only performed when there are nonlinear constraints present. |
m | is printed if, in addition, it was also necessary to modify the update to include an augmented Lagrangian term. |
s | is printed if a self-scaled BFGS (Broyden–Fletcher–Goldfarb–Shanno) update was performed. This update is always used when the Hessian approximation is diagonal and hence always follows a Hessian reset. |
S | is printed if, in addition, it was also necessary to modify the self-scaled update in order to maintain positive-definiteness. |
n | is printed if no positive definite BFGS update could be found, in which case the approximate Hessian is unchanged from the previous iteration. |
r | is printed if the approximate Hessian was reset after consecutive major iterations in which no BFGS update could be made. The diagonal elements of the approximate Hessian are retained if at least one update has been performed since the last reset. Otherwise, the approximate Hessian is reset to the identity matrix. |
R | is printed if the approximate Hessian has been reset by discarding all but its diagonal elements. This reset will be forced periodically by the values of the optional parameters Hessian Frequency and Hessian Updates. However, it may also be necessary to reset an ill-conditioned Hessian from time to time. |
l | is printed if the change in the norm of the variables was greater than the value defined by the optional parameter Major Step Limit. If this output occurs frequently during later iterations, it may be worthwhile increasing the value of Major Step Limit. |
c | is printed if central differences have been used to compute the unknown elements of the objective and constraint gradients. A switch to central differences is made if either the linesearch gives a small step, or is close to being optimal. In some cases, it may be necessary to re-solve the QP subproblem with the central difference gradient and Jacobian. |
u | is printed if the QP subproblem was unbounded. |
t | is printed if the minor iterations were terminated after the number of iterations specified by the value of the optional parameter Minor Iteration Limit was reached. |
i | is printed if the QP subproblem was infeasible when the method was not in elastic mode. This event triggers the start of nonlinear elastic mode, which remains in effect for all subsequent iterations. Once in elastic mode, the QP subproblems are associated with the elastic problem (8) (see [Treatment of Constraint Infeasibilities]). It is also printed if the minimizer of the elastic subproblem does not satisfy the linearized constraints when the method is already in elastic mode. (In this case, a feasible point for the usual QP subproblem may or may not exist.) |
w | is printed if a weak solution of the QP subproblem was found. |
When and , the following line of intermediate printout ( characters) is produced at every minor iteration on the unit number specified by optional parameter Monitoring File. Unless stated otherwise, the values of the quantities printed are those in effect on completion of the given iteration.
In the description below, a ‘pricing’ operation is defined to be the process by which a nonbasic variable is selected to become superbasic (in addition to those already in the superbasic set). If the problem is purely linear, the variable selected will usually become basic immediately (unless it happens to reach its opposite bound and return to the nonbasic set).
Itn | is the iteration count. |
pp | is the partial price indicator. The variable selected by the last pricing operation came from the ppth partition of and . Note that pp is reset to zero whenever the basis is refactorized. |
dj | is the value of the reduced gradient (or reduced cost) for the variable selected by the pricing operation at the start of the current iteration. |
+SBS | is the variable selected by the pricing operation to be added to the superbasic set. |
-SBS | is the variable chosen to leave the superbasic set. It has become basic if the entry under -B is nonzero; otherwise it has become nonbasic. |
-BS | is the variable removed from the basis (if any) to become nonbasic. |
-B | is the variable removed from the basis (if any) to swap with a slack variable made superbasic by the latest pricing operation. The swap is done to ensure that there are no superbasic slacks. |
Step | is the value of the step length taken along the current search direction . The variables have just been changed to . If a variable is made superbasic during the current iteration (i.e., +SBS is positive), Step will be the step to the nearest bound. During the optimality phase, the step can be greater than unity only if the reduced Hessian is not positive definite. |
Pivot | is the th element of a vector satisfying whenever (the th column of the constraint matrix ) replaces the th column of the basis matrix . Wherever possible, Step is chosen so as to avoid extremely small values of Pivot (since they may cause the basis to be nearly singular). In extreme cases, it may be necessary to increase the value of the optional parameter Pivot Tolerance to exclude very small elements of from consideration during the computation of Step. |
Ninf | is the number of infeasibilities. This will not increase unless the iterations are in elastic mode. Ninf will be zero during the optimality phase. |
Sinf/Objective | is the value of the current objective function. If is infeasible, Sinf gives the value of the sum of infeasibilities at the start of the current iteration. It will usually decrease at each nonzero value of Step, but may occasionally increase if the value of Ninf decreases by a factor of or more. However, in elastic mode this entry gives the value of the composite objective function (9), which will decrease monotonically at each iteration. If is feasible, Objective is the value of the current QP objective function. |
L | is the number of nonzeros in the basis factor . Immediately after a basis factorization , this entry contains lenL. Further nonzeros are added to L when various columns of are later replaced. (Thus, L increases monotonically.) |
U | is the number of nonzeros in the basis factor . Immediately after a basis factorization , this entry contains lenU. As columns of are replaced, the matrix is maintained explicitly (in sparse form). The value of U may fluctuate up or down; in general, it will tend to increase. |
Ncp | is the number of compressions required to recover workspace in the data structure for . This includes the number of compressions needed during the previous basis factorization. Normally, Ncp should increase very slowly. If it does not, increase _leniz and lenz by at least and rerun e04ug (possibly using ; see [Parameters]). |
The following items are printed only if the problem is nonlinear or the superbasic set is non-empty (i.e., if the current solution is nonbasic).
Norm rg | is the Euclidean norm of the reduced gradient of the QP objective function. During the optimality phase, this norm will be approximately zero after a unit step. |
nS | is the current number of superbasic variables. |
Cond Hz | is an estimate of the condition number of the reduced Hessian of the Lagrangian (not printed if ncnln and nonln are both zero). It is the square of the ratio between the largest and smallest diagonal elements of the upper triangular matrix . This constitutes a lower bound on the condition number of the matrix that approximates the reduced Hessian. The larger this number, the more difficult the problem. |
When and , the following lines of intermediate printout ( characters) are produced on the unit number specified by optional parameter Monitoring File whenever the matrix or is factorized before solving the next QP subproblem. Gaussian elimination is used to compute a sparse factorization of or , where is a lower triangular matrix and is an upper triangular matrix for some permutation matrices and . The factorization is stabilized in the manner described under the optional parameter LU Factor Tolerance ( or ).
Note that may be factorized at the beginning of just some of the major iterations. It is immediately followed by a factorization of itself.
Factorize | is the factorization count. |
Iteration | is the iteration count. |
Nonlinear | is the number of nonlinear variables in the current basis (not printed if is factorized). |
Linear | is the number of linear variables in (not printed if is factorized). |
Slacks | is the number of slack variables in (not printed if is factorized). |
Elems | is the number of nonzeros in (not printed if is factorized). |
Density | is the percentage nonzero density of (not printed if is factorized). More precisely, . |
Compressns | is the number of times the data structure holding the partially factorized matrix needed to be compressed, in order to recover unused workspace. Ideally, it should be zero. If it is more than or , increase _leniz and lenz and rerun e04ug (possibly using ; see [Parameters]). |
Merit | is the average Markowitz merit count for the elements chosen to be the diagonals of . Each merit count is defined to be , where and are the number of nonzeros in the column and row containing the element at the time it is selected to be the next diagonal. Merit is the average of m such quantities. It gives an indication of how much work was required to preserve sparsity during the factorization. |
lenL | is the number of nonzeros in . |
lenU | is the number of nonzeros in . |
Increase | is the percentage increase in the number of nonzeros in and relative to the number of nonzeros in . More precisely, . |
m | is the number of rows in the problem. Note that . |
Ut | is the number of triangular rows of at the top of . |
d1 | is the number of columns remaining when the density of the basis matrix being factorized reached . |
Lmax | is the maximum subdiagonal element in the columns of . This will not exceed the value of the optional parameter LU Factor Tolerance. |
Bmax | is the maximum nonzero element in (not printed if is factorized). |
BSmax | is the maximum nonzero element in (not printed if is factorized). |
Umax |
is the maximum nonzero element in , excluding elements of that remain in unchanged. (For example, if a slack variable is in the basis, the corresponding row of will become a row of without modification. Elements in such rows will not contribute to Umax. If the basis is strictly triangular then none of the elements of will contribute and Umax will be zero.) Ideally, Umax should not be significantly larger than Bmax. If it is several orders of magnitude larger, it may be advisable to reset the optional parameter LU Factor Tolerance to some value nearer unity. Umax is not printed if is factorized.
|
Umin | is the magnitude of the smallest diagonal element of . |
Growth |
is the value of the ratio Umax/Bmax, which should not be too large. Providing Lmax is not large (say, ), the ratio is an estimate of the condition number of . If this number is extremely large, the basis is nearly singular and some numerical difficulties might occur. (However, an effort is made to avoid near-singularity by using slacks to replace columns of that would have made Umin extremely small and the modified basis is refactorized.)
|
Lt | is the number of triangular columns of at the left of . |
bp | is the size of the ‘bump’ or block to be factorized nontrivially after the triangular rows and columns of have been removed. |
d2 | is the number of columns remaining when the density of the basis matrix being factorized has reached . |
When , and (), the following lines of intermediate printout ( characters) are produced on the unit number specified by optional parameter Monitoring File whenever (see [Parameters]). They refer to the number of columns selected by the Crash procedure during each of several passes through while searching for a triangular basis matrix.
Slacks | is the number of slacks selected initially. |
Free cols | is the number of free columns in the basis, including those whose bounds are rather far apart. |
Preferred | is the number of ‘preferred’ columns in the basis (i.e., for some ). It will be a subset of the columns for which was specified. |
Unit | is the number of unit columns in the basis. |
Double | is the number of columns in the basis containing two nonzeros. |
Triangle | is the number of triangular columns in the basis with three (or more) nonzeros. |
Pad | is the number of slacks used to pad the basis (to make it a nonsingular triangle). |
When or and , the following lines of final printout ( characters) are produced on the unit number specified by optional parameter Monitoring File.
Let denote the th ‘column variable’, for . We assume that a typical variable has bounds .
The following describes the printout for each column (or variable). A full stop (.) is printed for any numerical value that is zero.
Number | is the column number . (This is used internally to refer to in the intermediate output.) | ||||||||||||||||||
Column | gives the name of . | ||||||||||||||||||
State |
gives the state of relative to the bounds and .
The various possible states are as follows:
A key is sometimes printed before State.
Note that unless the optional parameter is specified, the tests for assigning a key are applied to the variables of the scaled problem.
|
||||||||||||||||||
Activity | is the value of at the final iterate. | ||||||||||||||||||
Obj Gradient | is the value of at the final iterate. (If any is infeasible, is the gradient of the sum of infeasibilities.) | ||||||||||||||||||
Lower Bound | is the lower bound specified for the variable. None indicates that . | ||||||||||||||||||
Upper Bound | is the upper bound specified for the variable. None indicates that . | ||||||||||||||||||
Reduced Gradnt | is the value of at the final iterate. | ||||||||||||||||||
m + j | is the value of . |
General linear constraints take the form . The th constraint is therefore of the form and the value of is called the row activity. Internally, the linear constraints take the form , where the slack variables should satisfy the bounds . For the th ‘row’, it is the slack variable that is directly available and it is sometimes convenient to refer to its state. Slacks may be basic or nonbasic (but not superbasic).
Nonlinear constraints are treated similarly, except that the row activity and degree of infeasibility are computed directly from rather than from .
The following describes the printout for each row (or constraint). A full stop (.) is printed for any numerical value that is zero.
Number | is the value of . (This is used internally to refer to in the intermediate output.) | ||||||||||||||||
Row | gives the name of the th row. | ||||||||||||||||
State |
gives the state of the th row relative to the bounds and .
The various possible states are as follows:
A key is sometimes printed before State.
Note that unless the optional parameter is specified, the tests for assigning a key are applied to the variables of the scaled problem.
|
||||||||||||||||
Activity | is the value of (or for nonlinear rows) at the final iterate. | ||||||||||||||||
Slack Activity | is the value by which the row differs from its nearest bound. (For the free row (if any), it is set to Activity.) | ||||||||||||||||
Lower Bound | is , the lower bound specified for the th row. None indicates that . | ||||||||||||||||
Upper Bound | is , the upper bound specified for the th row. None indicates that . | ||||||||||||||||
Dual Activity | is the value of the dual variable . | ||||||||||||||||
i | gives the index of the th row. |
Numerical values are output with a fixed number of digits; they are not guaranteed to be accurate to this precision.