@@ -219,7 +219,8 @@ public class PidLambdaV2Container {
this.latestRealCpa=latestRealCPA;
return Math.pow(lambdaNew,this.pow);
}
- return lambdaNew;
+ this.pow=1.5d;
+ return Math.pow(lambdaNew,this.pow);
public Long creativeId;