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

From 2013.igem.org

(Difference between revisions)
Line 59: Line 59:
                           <h2 id="AlgoGen">Genetic Algorithms</h2>
                           <h2 id="AlgoGen">Genetic Algorithms</h2>
-
<p>At first sight, the only possibility to find our parameters was to adjust them manually until the model predictions fitted the experimental data. $It wasn't a slow method since we could imagine how the output of the calculations would change when we vary each parameter.$ However this did not ensure that the best solution was found. This information can be obtained by an exhaustive research, but this is a pretty long process. To verify 10 values of each parameter, $10^6$ tests are needed, and each test consists in the calculation of 1000 points. For a standard computer, this represents 2 hours of continuous processing. Considering that 10 values are not enough to get a precise answer, this approach would have been difficult to use in practice. </p>
+
<p>At first sight, the only possibility to find our parameters was to adjust them manually until the model predictions fitted the experimental data. It wasn't a slow method since we could imagine how the output of the calculations would change when we vary each parameter. However this did not ensure that the best solution was found. This information can be obtained by an exhaustive research, but this is a pretty long process. To verify 10 values of each parameter, $10^6$ tests are needed, and each test consists in the calculation of 1000 points. For a standard computer, this represents 2 hours of continuous processing. Considering that 10 values are not enough to get a precise answer, this approach would have been difficult to use in practice. </p>
<p>This is the reason why we used genetic algorithms.</p>
<p>This is the reason why we used genetic algorithms.</p>
<br>
<br>

Revision as of 22:08, 3 October 2013

Grenoble-EMSE-LSU, iGEM


Grenoble-EMSE-LSU, iGEM

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