Nonlinear Opt.: Lagrangian condition 4

Aus Operations-Research-Wiki
Version vom 27. Juni 2013, 22:48 Uhr von Schropp (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „ == Theory == The Lagrangian method is part of the non-linear optiization theory. It is used to solve an objective function with constraints. The application …“)

(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)

Wechseln zu: Navigation, Suche

Theory

The Lagrangian method is part of the non-linear optiization theory. It is used to solve an objective function with constraints. The application area of this mothed is very wide-ranging.



Problem

Objective function


subject to e element R


The objective function and must be continuosly differentiable!


Procedure

First you have to rewrite the constraints to the form of Fehler beim Parsen (http://mathoid.testme.wmflabs.org Serverantwort ist ungültiges JSON.): g_k(x_1,...,x_n)-c = 0


Then you set up the Lagrangian function:


Third you must derive the Lagrangian function with respect to all variables and set These derivatives to Zero .

Fehler beim Parsen (http://mathoid.testme.wmflabs.org Serverantwort ist ungültiges JSON.): \frac{\partial}{\partial x_i}L(x_1,...,x_n; \lambda_1,...,\lambda_k = 0


Fehler beim Parsen (http://mathoid.testme.wmflabs.org Serverantwort ist ungültiges JSON.): \frac{\partial}{\partial \lambda_k}L(x_1,...,x_n;\lambda_1,...,\lambda_m


Last you have to solve all the equations.


Example