Jump to content

Compartmental OED: Difference between revisions

From mintOC
Created page with "{{Dimensions |nd = 1 |nx = 12 |nw = 1 }} The '''Compartmental OED problem''' looks for an optimal measurement strategy to determine a single parameter in a one-dimensional ODE model, where we can directly measure the single state. The following description is taken from TODO. Here we consider the open one-compartment model with first-order absorption input fitted by Button (unpublished Ph.D. thesis, Texas A&M University, 197..."
 
 
(16 intermediate revisions by the same user not shown)
Line 5: Line 5:
}}
}}


The '''Compartmental OED problem''' looks for an optimal measurement strategy to determine a single parameter in a one-dimensional [[:Category:ODE model|ODE model]], where we can directly measure the single state. The following description is taken from TODO.
The '''Compartmental OED problem''' looks for an optimal measurement strategy to determine three parameters in a one-dimensional [[:Category:ODE model|ODE model]], where we can directly measure the single state. The following description is taken from [[#compartmental| [1]]].


Here we consider the open one-compartment model with first-order absorption input fitted by Button (unpublished Ph.D. thesis, Texas A&M University, 1979) to the results of an experiment in which six horses each received 15 mg/kg of theophylline as aminophylline by intragastric administration.
Here we consider the open one-compartment model with first-order absorption input fitted by Button (unpublished Ph.D. thesis, Texas A&M University, 1979) to the results of an experiment in which six horses each received 15 mg/kg of theophylline as aminophylline by intragastric administration.
Line 12: Line 12:


== Mathematical formulation ==
== Mathematical formulation ==
For a single parameter <math>p</math> the original initial value problem is given by
For the three-dimensional parameter <math>p = (\theta_1, \theta_2, \theta_3)</math> the original initial value problem is given by
<math>
<math>
   \dot{x}(t) =: f(t, p) = 0.2 + 0.8 \cdot t + 0.3 \cdot (\sin(p \cdot t) + \cos(p \cdot t) \cdot p \cdot t) - 2.5 \cdot \sin(50 \cdot t), \quad x(0) = x_0.
   \dot{y}(t) = f(t, p) = \theta_3 \cdot (-\theta_1 \cdot \exp(-\theta_1 \cdot t) + \theta_2 \cdot \exp(-\theta_2 \cdot t)), \quad y(0) = 0.
</math>
</math>


Line 43: Line 43:
<p>
<p>
  <math>
  <math>
   x_0 = 0.1; \quad t_f = 2; \quad \mathcal{W} = [0,1]; \quad M = 0.2; \quad p = 15
   y_0 = 0; \quad t_f = 40; \quad \mathcal{W} = [0,1]; \quad M = 5; \quad p = (0.05884,4.298,21.80)
  </math>
  </math>
</p>
</p>
Line 51: Line 51:
Here is one local solution to the above control problem.
Here is one local solution to the above control problem.


<gallery caption="Reference solution plots" widths="180px" heights="140px" perrow="1">
<gallery caption="Reference solution plots" widths="500px" heights="300px" perrow="1">
  Image:Oscillating OED.png| States and measurement control for <math>p=15</math>. The time <math>t</math> was added as an additional state.
  Image:Compartmental OED.png| Sensitivities and measurement control for <math>\theta=(0.05884, 4.298, 21.80)</math>.
</gallery>
</gallery>


== Miscellaneous and Further Reading ==
== References ==
This problem was introduced by [[User:SebastianSager | Sebastian Sager]].
<span id="compartmental">[1]</span> Optimum Experimental Designs for Properties of a Compartmental Model, A. Atkinson, K. Chaloner, A. Herzberg, J. Juritz, https://www.jstor.org/stable/pdf/2532547.pdf<br>
 





Latest revision as of 10:18, 26 March 2026

Compartmental OED
State dimension: 1
Differential states: 12
Discrete control functions: 1


The Compartmental OED problem looks for an optimal measurement strategy to determine three parameters in a one-dimensional ODE model, where we can directly measure the single state. The following description is taken from [1].

Here we consider the open one-compartment model with first-order absorption input fitted by Button (unpublished Ph.D. thesis, Texas A&M University, 1979) to the results of an experiment in which six horses each received 15 mg/kg of theophylline as aminophylline by intragastric administration.

The optimal integer control functions shows bang bang behavior.

Mathematical formulation

For the three-dimensional parameter p=(θ1,θ2,θ3) the original initial value problem is given by y˙(t)=f(t,p)=θ3(θ1exp(θ1t)+θ2exp(θ2t)),y(0)=0.

We assume both x0 and tf to be fixed and are only interested in when to measure, with an upper bound M on the measuring time. We can measure the state directly, i.e. h(x(t))=x(t).

Now we formulate the OED problem:

miny,G,F,z,wtrace(F1(tf))subject toy˙(t)=f(t,p)G˙(t)=fp(y(t),p)F˙(t)=w(t)(hy(y(t))G(t))T(hy(y(t))G(t))z˙(t)=w(t),y(0)=y0G(0)=0F(0)=0,z(0)=0w(t)𝒲z(tf)M

Parameters

These fixed values are used within the model:

y0=0;tf=40;𝒲=[0,1];M=5;p=(0.05884,4.298,21.80)

Reference Solutions

Here is one local solution to the above control problem.

References

[1] Optimum Experimental Designs for Properties of a Compartmental Model, A. Atkinson, K. Chaloner, A. Herzberg, J. Juritz, https://www.jstor.org/stable/pdf/2532547.pdf