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

departitioning #104

Open
eagmon opened this issue Nov 18, 2021 · 0 comments
Open

departitioning #104

eagmon opened this issue Nov 18, 2021 · 0 comments

Comments

@eagmon
Copy link
Contributor

eagmon commented Nov 18, 2021

ecoli_master currently uses the partitioning assumption for its PartitionedProcesses, with the Allocator process. This has been compared to training-wheels, where were inherited from the wcEcoli model. Removing this assumption will allow the currently-partitioned processes to run independently at their own timescale.

Here are some proposed steps for departitioning:

  1. Make EcoliMaster configurable to remove processes from the partitioned_processes list.
  2. Remove one process at a time from the list, to identify the minimal set of processes tied together by partitioning.
  3. Fix the remaining processes one at a time and remove them from partitioning.
  4. Model the actual biology that results in the desired partitioned behavior. Possibly use a diffusion-limited processes to act as a mechanistic stand-in for allocation. Some parameters might also need to be improved.
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

No branches or pull requests

1 participant