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

DAG recursion problem #21

Open
automaticdai opened this issue Apr 28, 2021 · 1 comment
Open

DAG recursion problem #21

automaticdai opened this issue Apr 28, 2021 · 1 comment

Comments

@automaticdai
Copy link
Owner

In the implementation of He 2019, the local path searching has a problem that will not produce an optimal longest path. This is due
to a bug in DAG recursion. This also affects (alpha, beta) analysis when formulating the parallel model.

@automaticdai
Copy link
Owner Author

This is solved in commit 5ed29ae.
A larger scale of test is needed to confirm the conclusion is not affected.

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