From ed855e3005b733595fc8be8c7b9e17d3a8ca8f79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 6 Nov 2018 21:25:06 +0100 Subject: [PATCH] Ad the inputs in the SQP example. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- rapport/ProjetOptimRO.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapport/ProjetOptimRO.tex b/rapport/ProjetOptimRO.tex index bd12bfa..0a13686 100644 --- a/rapport/ProjetOptimRO.tex +++ b/rapport/ProjetOptimRO.tex @@ -759,7 +759,7 @@ $$ \right . $$ où $$ (r,r_1,r_2) \in \mathbb{R}_+^3. $$ -Les hypothèses : $ J $ et $ g $ sont de classe $ \mathcal{C}^2 $. +\textit{Entrées} : $ J $ et $ g $ de classe $ \mathcal{C}^2 $, $ \varepsilon = 0.01 $ la précision, $ x_0 = $ point initial et $ \lambda_0 = $ multiplicateur initial. \newline Le Lagrangien de $ \mathcal{P} $ : $ L(x,y,z,\lambda) = $ \newline -- 2.34.1