OptimizeFluxModel Reference Home

OptimizeFluxModel[model] performs a flux optimization using the Nelder Mead Simplex Algorithm.

model must be a list of xCellerator Flux reactions. If any kinetic reactions are included and Error will be generated.

The return value is a list of the form

   {maxval, {v1->val, v2->val,...}}

where max is the maximum value of the objective function and each val is the value of the corresponding flux variable vi where the maximum is obtained.

Example:

Download Example as Mathematica Notebook



[31 Aug 2012]