Home
last modified time | relevance | path

Searched refs:GetDLValue (Results 1 – 5 of 5) sorted by relevance

/dports/biology/lamarc/lamarc-2.1.8/src/tree/
H A Dchain.cpp143 return m_chainstate.GetTree()->GetDLValue(); in GetCurrentDataLlike()
439 of << m_chainstate.GetTree()->GetDLValue() << ","; in DoOneChain()
502 chout.SetLlikedata(m_chainstate.GetTree()->GetDLValue()); in EndChain()
556 double hotlike = hot.m_chainstate.GetTree()->GetDLValue(); in SwapTemperatureIdentities()
557 double coldlike = cold.m_chainstate.GetTree()->GetDLValue(); in SwapTemperatureIdentities()
H A Darranger.cpp438 double test = (tree->GetDLValue() - oldtree->GetDLValue()) / temperature; in AcceptAndSynchronize()
560 double test = (tree->GetDLValue() - oldtree->GetDLValue()) / temperature; in AcceptAndSynchronize()
1030 double newlike(tree->GetDLValue() + newprior); in AcceptAndSynchronize()
1031 double oldlike(oldtree->GetDLValue() + oldprior); in AcceptAndSynchronize()
H A Dcollmanager.cpp129 values.push_back(chstate.GetTree()->GetDLValue()); in WriteTraceFile()
163 double dl = tree->GetDLValue(); in WriteNewickTreeFile()
H A Dtree.h142 double GetDLValue() const { return m_overallDL; }; in GetDLValue() function
H A Dtree.cpp272 of << GetDLValue() << " "; in CalculateDataLikesForFixedLoci()