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

A sampled step index implementation of the PG-SGD algorithm #454

Draft
wants to merge 31 commits into
base: master
Choose a base branch
from

Conversation

subwaystation
Copy link
Member

@subwaystation subwaystation commented Oct 17, 2022

  • Clean existing functionality.
  • Extensive refactoring.
  • Skeleton.
  • RISE.
  • Run along the path.
  • Fix ZIPF parts.
  • Functional odgi sort tests.
  • Performance tests. Compare with XP.
  • Functional odgi flip tests.
  • Functional odgi groom tests.
  • Functional odgi tips tests.
  • Functional odgi untangle tests.
  • ...

@subwaystation subwaystation changed the title A sampled step index implementation for the PG-SGD algorithm A sampled step index implementation of the PG-SGD algorithm Oct 17, 2022
step_handle_t cur_step;
cur_step = graph.path_begin(path);
bool lost = true;
// has_next_step is very, very costly and already unfeasable for yeast!
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:)

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