Skip to content

Commit

Permalink
beauti template ner operators + beauti 2.7 fig update
Browse files Browse the repository at this point in the history
  • Loading branch information
jordandouglas committed Jul 28, 2022
1 parent 2435a3c commit 315c9bf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Binary file modified figs/fig1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified figs/fig2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions fxtemplates/OptimisedRelaxedClock.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,23 @@
<connect srcID='ORCAdaptableOperatorSampler_rates_internal.c:$(n)' targetID='mcmc' inputName='operator'
if='inlikelihood(ORCRates.c:$(n)) and ORCRates.c:$(n)/estimate=true'> Adaptive weight operator for the internal nodes and branch rates of partition c:$(n)
</connect>



<connect srcID='ORCNER_null.c:$(n)' targetID='mcmc' inputName='operator'
if='inlikelihood(Tree.t:$(n)) and Tree.t:$(n)/estimate=true and inlikelihood(ORCRates.c:$(n)) and ORCRates.c:$(n)/estimate=true'> Adaptive weight operator for the tree of partition c:$(n) (Narrow Exchange)
</connect>

<connect srcID='ORCNER_dAE_dBE_dCE.c:$(n)' targetID='mcmc' inputName='operator'
if='inlikelihood(Tree.t:$(n)) and Tree.t:$(n)/estimate=true and inlikelihood(ORCRates.c:$(n)) and ORCRates.c:$(n)/estimate=true'> Adaptive weight operator for the tree of partition c:$(n) (Narrow Exchange Rates)
</connect>


<!--
<connect srcID='ORCAdaptableOperatorSampler_NER.c:$(n)' targetID='mcmc' inputName='operator'
if='inlikelihood(Tree.t:$(n)) and Tree.t:$(n)/estimate=true and inlikelihood(ORCRates.c:$(n)) and ORCRates.c:$(n)/estimate=true'> Adaptive weight operator for the tree of partition c:$(n) (Narrow Exchange Rates)
</connect>
-->

<!-- Destroy the standard narrow exchange operator -->
<connect method="orc.operators.MetaNEROperator.customConnector"/>
Expand Down

0 comments on commit 315c9bf

Please sign in to comment.