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

Nelder Mead optimization for components, webpage and qrcode generation, and other #42

Closed
wants to merge 56 commits into from

Conversation

Evgenii-Barannik
Copy link
Collaborator

@Evgenii-Barannik Evgenii-Barannik commented Oct 17, 2023

  • Solving Nelder Mead optimization problem for all nodes in connectivity components together. Thus we can fit all datasets from one component with a single maximal specific cell growth rate, but different C0 and CMax values.
  • Genealogy graph now has info on both medium and protocol. Links on genealogy.svg are now clickable locally and link to toml files.
  • Separate genealogy plots for each component.
  • Separate fitting logs for each component.
  • New log that describes found connectivity components.
  • Webpage generation for components with packaging.
  • QR code generation for components with packaging.
  • Large part of the code is in better functional-like style.
  • A lot of small quality of life changes: better info printed on execution, better warnings, better folder structure, better logs, better plots, etc.

Evgenii-Barannik and others added 30 commits July 30, 2023 04:52
Edges to "new" are not drawn, fn for pushing into warnings, legend for "No Parent".
Printing fitting results to separate text files
Rewrite of toml reading
Refactoring
Update main.rs

Update main.rs

wip

Renames
Update main.rs

Update main.rs

wip

wip

Thinning bug

wip2 try_to_read_protocol_name

wip try_to_read_protocol_name
Update main.rs

Shorter legend
This reverts commit 056cc61.
@Slesarew
Copy link
Member

Slesarew commented Nov 7, 2024

After lots of suffering, we've found that this just does not make sense in terms of maximum likelyhood and switched to proper Bayesian

@Slesarew Slesarew closed this Nov 7, 2024
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.

2 participants