Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: gapfind: Alternative GapFind algorithm which is more robust #209

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

jonls
Copy link
Contributor

@jonls jonls commented Feb 28, 2017

This is one attempt at finding an alternative implementation of GapFind that works correctly on larger models instead of marking almost all compounds blocked.

Does not depend on v_max, instead sets a maximum flux when solving this problem to 1. This reduces the distance between v_max and epsilon making the problem more robust. This is
able to solve larger models that fail with the previous implementation. This respects reaction directionality but ignores any reaction flux limits. This also lowers the maximum flux which scales the solution. This means that generally there could be some reactions that may not be able to produce epsilon flux.

Does not depend on v_max, instead sets a maximum flux when
solving this problem to 1. This reduces the distance between
v_max and epsilon making the problem more robust. This is
able to solve larger models that fail with the previous
implementation. This respects reaction directionality but
ignores any reaction flux limits. This also lowers the
maximum flux which scales the solution. This means that some
reactions may not be able to produce epsilon flux.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant