Team:Grenoble-EMSE-LSU/Project/Modelling/Density

From 2013.igem.org

(Difference between revisions)
Line 100: Line 100:
<li >
<li >
<h2 id="MPC">Model Predictive Control</h2>
<h2 id="MPC">Model Predictive Control</h2>
-
<p>Since our system cannot be stabilized with a simple closed-loop control, we used a more advanced control method : <a ref="http://en.wikipedia.org/wiki/Model_predictive_control">Model Predictive Control</a>. This algorithm is used to control dynamical systems. It requires a mathematical model of the behavior of the system, and the history of the past control actions. The aim is to drive our system to a setpoint by predicting the evolution of the system, and adapting the control parameter (the light intensity here) to these predictions. To do so, the control will use different kinds of variables:</p>
+
<p>Since our system cannot be stabilized with a simple closed-loop control, we used a more advanced control method : <a href="http://en.wikipedia.org/wiki/Model_predictive_control">Model Predictive Control</a>. This algorithm is used to control dynamical systems. It requires a mathematical model of the behavior of the system, and the history of the past control actions. The aim is to drive our system to a setpoint by predicting the evolution of the system, and adapting the control parameter (the light intensity here) to these predictions. To do so, the control will use different kinds of variables:</p>
<p>$\bullet$ Some variables defines the setpoint, here, we want to drive our living bacteria concentration to a determinate value, called $C_{target}$.</p>
<p>$\bullet$ Some variables defines the setpoint, here, we want to drive our living bacteria concentration to a determinate value, called $C_{target}$.</p>
<p>$\bullet$ Some variables are measurable during the experiment. Here, the fluorescence and the optical density. They are the only observable quantities enabling us to see whether the system behaves according to plans or not.</p>
<p>$\bullet$ Some variables are measurable during the experiment. Here, the fluorescence and the optical density. They are the only observable quantities enabling us to see whether the system behaves according to plans or not.</p>

Revision as of 22:24, 3 October 2013

Grenoble-EMSE-LSU, iGEM


Grenoble-EMSE-LSU, iGEM

Retrieved from "http://2013.igem.org/Team:Grenoble-EMSE-LSU/Project/Modelling/Density"