Difference between revisions of "Marine population dynamics problem"
From mintOC
FelixMueller (Talk | contribs) |
FelixMueller (Talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
|nz = <math> n_s </math> | |nz = <math> n_s </math> | ||
|np = <math> 2 n_s </math> | |np = <math> 2 n_s </math> | ||
+ | |nc = <math> 4 n_s </math> | ||
}}<!-- Do not insert line break here or Dimensions Box moves up in the layout... | }}<!-- Do not insert line break here or Dimensions Box moves up in the layout... | ||
Line 15: | Line 16: | ||
<math> | <math> | ||
\begin{array}{llcl} | \begin{array}{llcl} | ||
− | \displaystyle \min_{g, m} & \sum\limits_{j=1}^{ | + | \displaystyle \min_{g, m} & \sum\limits_{j=1}^{n_s} &&||y(\tau_j; g, m) - z_j||^2 \\[1.5ex] |
\mbox{s.t.} | \mbox{s.t.} | ||
& \dot{y}_j & = & g_{j-1} y_{j-1} - (m_j + g_j) y_j \qquad \forall j \in 1, ..., n_s,\\ | & \dot{y}_j & = & g_{j-1} y_{j-1} - (m_j + g_j) y_j \qquad \forall j \in 1, ..., n_s,\\ |
Latest revision as of 09:31, 27 July 2016
Marine population dynamics problem | |
---|---|
Algebraic states: | |
Continuous control values: | |
Path constraints: |
The Marine population dynamics problem estimates growth and mortality rates of a marine species at each stage (for example ages or development stage) given the population as a function of time.( Problem taken from the COPS library)
Mathematical formulation
The problem is given by
where and are the growth and mortality rates at stage respectively and the initial conditions are unknown. The error between computed and observed data is minimized.
Parameters
There are stages and timepoints at which the error is minimized.
Source Code
Model descriptions are available in