biosustain / cameo

cameo - computer aided metabolic engineering & optimization
http://cameo.bio
Apache License 2.0
114 stars 44 forks source link

FSEOF algorithm #250

Closed weif000 closed 4 years ago

weif000 commented 4 years ago

Hi, According to the selected criteria of FSEOF algorithm, as follows code,

max(abs(max(fluxes)), abs(min(fluxes))) > abs(reference[reaction_id]) and min(fluxes) * max(fluxes) = 0 why do the result of FSEOF have decreased targets? Fan Wei