Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
RickGelhausen committed Jun 25, 2024
1 parent 621481d commit f3c70ff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exercise-sheet-5.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,13 @@ sADi diese an verschiedene (alleinstehende) Solver übergeben. Der open-source S
nichtlineares Innere-Punkt-Verfahren, ist in einer CasADi-Installation bereits enthalten.
Nichtlineare Programme werden in CasADi in der Standardform

$$
\begin{align}
& \min_{x \in \mathbb{R}^n}
& & f(x) \\
& \text{s.t.}
& & x_{\text{lb}} \leq x \leq x_{\text{ub}}, \\
& & & g_{\text{lb}} \leq g(x) \leq g_{\text{ub}}
\end{align}
$$

formuliert, wobei die vektorwertige Funktion \( g : \mathbb{R}^n \rightarrow \mathbb{R}^m \) zusammen mit den Begrenzungen \( g_{\text{lb}}, u_{\text{lb}} \in \mathbb{R}^m \) die nichtlinearen Nebenbedingungen ausdrückt.
Für dieses Übungsblatt werden wir die Hilfsumgebung [Opti Stack](https://web.casadi.org/docs/#document-opti) nutzen, welche eine Syntax bietet, die sehr nah an die Papiernotation angelehnt ist. Die so formulierten NLP werden automatisch in die Standardform (1) übertragen.
Expand Down

0 comments on commit f3c70ff

Please sign in to comment.