From Optflux
Jump to: navigation, search
(Methods)
(Methods)
Line 34: Line 34:
 
The formulation of the optimization problem can be formulated by:
 
The formulation of the optimization problem can be formulated by:
  
[[File:formulation.png|200px]]
+
[[File:formulation.png|400px]]

Revision as of 02:58, 8 February 2013


Framework description

The new version of OptFlux's Strain Optimization plug-in includes all the previous single objective (SO) optimization methods, seamlessly integrated with the new multi-objective (MO) architecture.

In this version of the Optimization plug-in, the following features are available:

  • Phenotype methods:
    • FBA, pFBA, ROOM, MOMA, Linear MOMA, MiMBL
  • Optimization methods:
    • EA, SA, SPEA2
    • Single and multi-objective
  • Types of Knockout:
    • Reactions, Genes
  • Over/under expression optimization
Overview of the developed framework. The upper part shows the major steps of the three algorithms. The evaluation gray box illustrates the processes of solution decoding, from Gene Knockout Sets (GKS) to Reaction Knockout Sets (RKS) (upper- left), phenotype simulation showing the added constraints (bottom) and fitness evaluation for both MO and SO cases (upper-right).


The Archive Manager

In this version of OptFlux, some changes were applied to the EA and SA algorithms, regarding the information that is kept during each run, although not changing their functioning nor the best final solution. The major change was the implementation of an archive that keeps the best solutions found by the EA and SA during the run. This is not used by the algorithms for selection or for creating new solutions, but allows having a richer final result. The archive runs in a parallel thread, and smartly manages the solutions that are kept, removing duplicate solutions and non-better super solutions of already existing ones.

Solution Simplification

The end step of an optimization procedure is the solution simplification. These heuristics although intelligent, may generate solutions that include unnecessary knockouts/regulations. To prevent this, only the optimal genetic modifications are kept.

Methods

The formulation of the optimization problem can be formulated by:

Formulation.png