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

From 2013.igem.org

(Difference between revisions)
Line 57: Line 57:
                           <h2>Genetic Algorithms</h2>
                           <h2>Genetic Algorithms</h2>
-
<p>At first the only possibility to find our parameters was to manipulate them by hand until the predictions seemed good enough. It wasn't a slow method since we could imagine how the prediction would change with the variation of each parameter. But it gave no clue the solution found was the best one. It can be improved by an exhaustive research, but its a pretty long process. To verify 10 values of each parameter, $10^6$ tests are, and each test consists in the calculation of 1000 points. For a standard computer, it represents 2 hours of continuous processing. Considering that 10 values is too few to have a precise answer, it would have been difficult to use.</p>
+
<p>At first sight, the only possibility to find our parameters was to manipulate them by hand until the predictions seemed good enough. It wasn't a slow method since we could imagine how the output of the calculations would change when we vary each parameter. But it gave no clue that the solution found was the best one. 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, it represents 2 hours of continuous processing. Considering that 10 values is indeed not enough to get a precise answer, it would have been difficult to use.</p>
<p>That's why we used genetic algorithms.</p>
<p>That's why we used genetic algorithms.</p>
<br>
<br>

Revision as of 18:25, 30 September 2013

Grenoble-EMSE-LSU, iGEM


Grenoble-EMSE-LSU, iGEM

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