LV Shared Resource: Difference between revisions
Appearance
RobertLampel (talk | contribs) No edit summary |
RobertLampel (talk | contribs) |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
|nd = 1 | |nd = 1 | ||
|nx = 3 | |nx = 3 | ||
|nw = | |nw = 1 | ||
}} | }} | ||
| Line 10: | Line 9: | ||
== Mathematical formulation == | == Mathematical formulation == | ||
The | The optimal control problem is given by | ||
<p> | <p> | ||
<math> | <math> | ||
\begin{array}{llclr} | \begin{array}{llclr} | ||
\displaystyle \min_{ | \displaystyle \min_{u} & \int_0^{t_f} && (x_0(t) - 1.5)^2 + (x_1(t) - 1)^2 + (x_2(t) - 1)^2 \ dt \\[1.5ex] | ||
\mbox{s.t.} | \mbox{s.t.} | ||
& \dot{x}_0 & = & x_0 - x_0 x_1 - | & \dot{x}_0(t) & = & x_0(t) - x_0(t) x_1(t) - x_0(t) x_2(t), \\ | ||
& \dot{x}_1 & = & - x_1 + x_0 x_1 - | & \dot{x}_1(t) & = & - x_1(t) + x_0(t) x_1(t) - c_1 x_1(t) u(t), \\ | ||
& \dot{x}_2 & = & (x_0 - | & \dot{x}_2(t) & = & -x_2(t) + \alpha x_0(t) x_2(t) - c_2 x_2(t) u(t), \\[1.5ex] | ||
& x(0) &=& | & x(0) &=& x_0, \\ | ||
& | & u(t) &\in& [0,1], \\ | ||
& | & \alpha &>& 1. | ||
\end{array} | \end{array} | ||
</math> | </math> | ||
</p> | </p> | ||
== Parameters == | == Parameters == | ||
| Line 35: | Line 32: | ||
<math> | <math> | ||
\begin{array}{rcl} | \begin{array}{rcl} | ||
[t_0, t_f] &=& [0, | [t_0, t_f] &=& [0, 40],\\ | ||
(c_{ | (c_{1}, c_{2}) &=& (0.1, 0.4),\\ | ||
x_0 &=& (1.5, 0.5, 1) \text{ or } (1.5, 1, 0.5),\\ | |||
\alpha &=& 1.2. | |||
\end{array} | \end{array} | ||
</math> | </math> | ||
| Line 46: | Line 41: | ||
== Reference Solutions == | == Reference Solutions == | ||
<gallery caption="Reference solution plots" widths="400px" heights="240px" perrow="2"> | |||
Image:LV_Shared_init_1.png| Local optimum a direct approach for start values <math>x_0 = (1.5, 0.5, 1)</math>. | |||
Image:LV_Shared_init_2.png| Local optimum a direct approach for start values <math>x_0 = (1.5, 1, 0.5)</math>. | |||
<gallery caption="Reference solution plots" widths=" | |||
Image: | |||
Image: | |||
</gallery> | </gallery> | ||
| Line 67: | Line 51: | ||
[[Category:ODE model]] | [[Category:ODE model]] | ||
[[Category:Tracking objective]] | [[Category:Tracking objective]] | ||
[[Category:Sensitivity-seeking arcs]] | [[Category:Sensitivity-seeking arcs]] | ||
[[Category:Population dynamics]] | [[Category:Population dynamics]] | ||
Latest revision as of 13:43, 28 November 2025
| LV Shared Resource | |
|---|---|
| State dimension: | 1 |
| Differential states: | 3 |
| Discrete control functions: | 1 |
This Lotka Volterra problem with explicit inclusion of a shared resource is a variant of the Lotka Volterra fishing problem. Its dynamics are given via a three-dimensional ODE model.
Mathematical formulation
The optimal control problem is given by
Parameters
These fixed values are used within the model.
Reference Solutions
- Reference solution plots
-
Local optimum a direct approach for start values .
-
Local optimum a direct approach for start values .