Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Constrained tree search #8

Closed
bqminh opened this issue Sep 8, 2016 · 4 comments
Closed

Constrained tree search #8

bqminh opened this issue Sep 8, 2016 · 4 comments
Assignees
Milestone

Comments

@bqminh
Copy link
Member

bqminh commented Sep 8, 2016

Allowing users to supply a constraint tree topology (-g option) to guide tree search, such that the resulting tree obeys the constraint. A naive implementation will be released with version 1.5.0.

iqtree -s alignment -g constraint_tree ...

TODOs (as of Sept 8, 2016):

  • Speed up the naive version, as it right now can be slow for large trees. This involves mainly two steps: the initial tree construction and the NNI moves.
@bqminh bqminh added this to the v1.5.X milestone Sep 8, 2016
bqminh pushed a commit to bqminh/IQ-TREE that referenced this issue Sep 16, 2016
Fix bug in doOneRandomNNI
@blackrim
Copy link

blackrim commented Apr 6, 2017

I like this feature. However, it is quite slow for larger trees (>500 tips). Any advice there?

@OlgaChern
Copy link
Contributor

OlgaChern commented Apr 6, 2017 via email

@blackrim
Copy link

Sounds good. thanks

@bqminh bqminh modified the milestones: v1.5.X, v1.7.0 Oct 8, 2018
@bqminh
Copy link
Member Author

bqminh commented Oct 8, 2018

DONE.

@bqminh bqminh closed this as completed Oct 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants