Skip to content

Commit

Permalink
reverting power optimization schedule settings
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyBaele committed Aug 5, 2024
1 parent d687ef1 commit 492022c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/dr/inference/operators/OperatorSchedule.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ public interface OperatorSchedule extends Serializable {

String SHOW_OPERATORS = "show_operators";
OptimizationTransform DEFAULT_TRANSFORM = OptimizationTransform.POWER;
int POWERB = 1000000;
//int POWERB = 1000000; //TODO discuss with Luiz why this value doesn't seem to work
int POWERB = 1;
double POWERC = 0.5556; // c = 5/9

/**
Expand Down

0 comments on commit 492022c

Please sign in to comment.