Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

Programming quadratic

Examples of this chapter can be found in the Vol3 Chapterll directory in the WileyVolS. zip file available atwww.chem.polimi.it/homes/gbuzzi. [Pg.389]

Some of these inequality constraints can be simple bounds on the variables, such as, for instance, upper or lower limitations  [Pg.389]

For the sake of completeness, it is useful to also add equality constraints on the [Pg.389]

Nonlinear Systems and Optimization for the Chemical Engineer Solving Numerical Problems, [Pg.389]

First Edition. Guido Buzzi-Ferraris and Flavio Manenti. [Pg.389]


Keywords, protein folding, tertiary structure, potential energy surface, global optimization, empirical potential, residue potential, surface potential, parameter estimation, density estimation, cluster analysis, quadratic programming... [Pg.212]

Given the pair and surface potentials, the weights are then constructed by solving the convex bound constrained quadratic program... [Pg.216]

Successive Quadratic Programming (SQP) The above approach to finding the optimum is called a feasible path method, as it attempts at all times to remain feasible with respect to the equahty and inequahty constraints as it moves to the optimum. A quite different method exists called the Successive Quadratic Programming (SQP) method, which only requires one be feasible at the final solution. Tests that compare the GRG and SQP methods generaUy favor the SQP method so it has the reputation of being one of the best methods known for nonlinear optimization for the type of problems considered here. [Pg.486]

Reformulating the necessaiy conditions as a linear quadratic program has an interesting side effect. We can simply add linearizations of the inactive inequalities to the problem ana let the ac tive set be selected by the algorithm used to solve the linear quadratic program. [Pg.486]

This linear quadratic program will have a unique solution if B i) is kept positive definite. Efncient solution methods exist for solving it (Refs. 119 and 123). [Pg.486]

One important class of nonlinear programming techniques is called quadratic programming (QP), where the objective function is quadratic and the constraints are hnear. While the solution is iterative, it can be obtained qmckly as in linear programming. This is the basis for the newest type of constrained multivariable control algorithms called model predic tive control. The dominant method used in the refining industiy utilizes the solution of a QP and is called dynamic matrix con-... [Pg.745]

Another method for solving nonlinear programming problems is based on quadratic programming (QP)1. Quadratic programming is an optimization procedure that minimizes a quadratic objective function subject to linear inequality or equality (or both types) of constraints. For example, a quadratic function of two variables x and X2 would be of the general form ... [Pg.46]

As shown in Fig. 3-53, optimization problems that arise in chemical engineering can be classified in terms of continuous and discrete variables. For the former, nonlinear programming (NLP) problems form the most general case, and widely applied specializations include linear programming (LP) and quadratic programming (QP). An important distinction for NLP is whether the optimization problem is convex or nonconvex. The latter NLP problem may have multiple local optima, and an important question is whether a global solution is required for the NLP. Another important distinction is whether the problem is assumed to be differentiable or not. [Pg.60]

Convex Cases of NLP Problems Linear programs and quadratic programs are special cases of (3-85) that allow for more efficient solution, based on application of KKT conditions (3-88) through (3-91). Because these are convex problems, any locally optimal solution is a global solution. In particular, if the objective and constraint functions in (3-85) are linear, then the following linear program (LP)... [Pg.62]

Quadratic programs (QPs) represent a slight modification of (3-97) and can be stated as... [Pg.62]

Problem 4.1 is nonlinear if one or more of the functions/, gv...,gm are nonlinear. It is unconstrained if there are no constraint functions g, and no bounds on the jc,., and it is bound-constrained if only the xt are bounded. In linearly constrained problems all constraint functions g, are linear, and the objective/is nonlinear. There are special NLP algorithms and software for unconstrained and bound-constrained problems, and we describe these in Chapters 6 and 8. Methods and software for solving constrained NLPs use many ideas from the unconstrained case. Most modem software can handle nonlinear constraints, and is especially efficient on linearly constrained problems. A linearly constrained problem with a quadratic objective is called a quadratic program (QP). Special methods exist for solving QPs, and these iare often faster than general purpose optimization procedures. [Pg.118]

LP software includes two related but fundamentally different kinds of programs. The first is solver software, which takes data specifying an LP or MILP as input, solves it, and returns the results. Solver software may contain one or more algorithms (simplex and interior point LP solvers and branch-and-bound methods for MILPs, which call an LP solver many times). Some LP solvers also include facilities for solving some types of nonlinear problems, usually quadratic programming problems (quadratic objective function, linear constraints see Section 8.3), or separable nonlinear problems, in which the objective or some constraint functions are a sum of nonlinear functions, each of a single variable, such as... [Pg.243]

Note that there are n + m equations in the n + m unknowns x and A. In Section 8.6 we describe an important class of NLP algorithms called successive quadratic programming (SQP), which solve (8.17)—(8.18) by a variant of Newton s method. [Pg.271]

The vector x can contain slack variables, so the equality constraints (8.33) may contain some constraints that were originally inequalities but have been converted to equalities by inserting slacks. Codes for quadratic programming allow arbitrary upper and lower bounds on x we assume x>0 only for simplicity. [Pg.284]

Successive quadratic programming (SQP) methods solve a sequence of quadratic programming approximations to a nonlinear programming problem. Quadratic programs (QPs) have a quadratic objective function and linear constraints, and there exist efficient procedures for solving them see Section 8.3. As in SLP, the linear constraints are linearizations of the actual constraints about the selected point. The objective is a quadratic approximation to the Lagrangian function, and the algorithm is simply Newton s method applied to the KTC of the problem. [Pg.302]

For problems with only equality constraints, we could simply solve the linear equations (8.66)-(8.67) for (Ax, AX) and iterate. To accommodate both equalities and inequalities, an alternative viewpoint is useful. Consider the quadratic programming problem... [Pg.303]

Fan, Y. S. Sarkar and L. Lasdon. Experiments with Successive Quadratic Programming Algorithms. J Optim Theory Appli 56 (3), 359-383 (March 1988). [Pg.328]

Temet, D. J. and L. T. Biegler. Recent Improvements to a Multiplier-free Reduced Hessian Successive Quadratic Programming Algorithm. Comp Chem Engin 22 963 (1998). [Pg.329]

Vassiliadis, V. S. and S. A. Brooks. Application of the Modified Barrier Method in Large-Scale Quadratic Programming Problems. Comp Chem Engin 22 1197-1205 (1998). [Pg.329]


See other pages where Programming quadratic is mentioned: [Pg.217]    [Pg.940]    [Pg.75]    [Pg.79]    [Pg.79]    [Pg.80]    [Pg.486]    [Pg.486]    [Pg.706]    [Pg.745]    [Pg.745]    [Pg.609]    [Pg.46]    [Pg.46]    [Pg.46]    [Pg.54]    [Pg.59]    [Pg.62]    [Pg.63]    [Pg.68]    [Pg.264]    [Pg.264]    [Pg.267]    [Pg.284]    [Pg.284]    [Pg.284]    [Pg.302]    [Pg.329]   
See also in sourсe #XX -- [ Pg.609 ]

See also in sourсe #XX -- [ Pg.284 ]

See also in sourсe #XX -- [ Pg.85 ]

See also in sourсe #XX -- [ Pg.201 ]

See also in sourсe #XX -- [ Pg.158 ]

See also in sourсe #XX -- [ Pg.105 , Pg.150 , Pg.152 , Pg.219 ]

See also in sourсe #XX -- [ Pg.85 ]

See also in sourсe #XX -- [ Pg.366 ]

See also in sourсe #XX -- [ Pg.74 ]




SEARCH



Quadratic

Quadratic program

© 2024 chempedia.info