Open lutteropp opened 3 years ago
I can implement that thing in an hour. It is super straight-forward.
I implemented it (took about 1.5 hours to code). Turns out it works pretty well! :-)
Here I printed the pseudologlikelihood and pseudo-BIC after each accepted move, to show how well this estimation performs: example-run.txt
Cool thing is that computing this pseudologlikelihood doesn't take much more than computing the loglikelihood of a single phylogenetic tree.
My idea is to use pseudologlikelihood during initial prefiltering phase, and then move the top 10% of prefiltered candidates to the normal candidate ranking which uses real loglikelihood for scoring (the scoring involves brlenopt).
that sounds like a reasonable approach
On 30.04.21 14:29, Sarah Lutteropp wrote:
My idea is to use pseudologlikelihood during initial prefiltering phase, and then move the top 10% of prefiltered candidates to the normal candidate ranking which uses real loglikelihood for scoring (the scoring involves brlenopt).
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/lutteropp/NetRAX/issues/60#issuecomment-830030150, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGXB6XGFDCZ34MQVB5ZHYLTLKIAPANCNFSM432RQ5ZA.
-- Alexandros (Alexis) Stamatakis
Research Group Leader, Heidelberg Institute for Theoretical Studies Full Professor, Dept. of Informatics, Karlsruhe Institute of Technology
www.exelixis-lab.org
CLV of a node ->Weighted average of CLVs from different cases. See picture.