|
@@ -224,6 +224,11 @@ public class VideoAdThompsonScorerV2 {
|
|
this.calcScore(result, adIdList,1d, creativeExpSum, videoCreativeExpSum, creativeStatisticsMap, videoCreativeStatisticsMap, exp669Param);
|
|
this.calcScore(result, adIdList,1d, creativeExpSum, videoCreativeExpSum, creativeStatisticsMap, videoCreativeStatisticsMap, exp669Param);
|
|
result.sort(equalsRandomComparator());
|
|
result.sort(equalsRandomComparator());
|
|
|
|
|
|
|
|
+ for (AdRankItem adRankItem : result) {
|
|
|
|
+ adRankItem.setVideoId(param.getVideoId());
|
|
|
|
+ adRankItem.setScore_type(699);
|
|
|
|
+ }
|
|
|
|
+
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -235,6 +240,11 @@ public class VideoAdThompsonScorerV2 {
|
|
this.calcScore(result, adIdList, 0.0, 0.0, 0.0, creativeStatisticsMap, videoCreativeStatisticsMap, exp670Param);
|
|
this.calcScore(result, adIdList, 0.0, 0.0, 0.0, creativeStatisticsMap, videoCreativeStatisticsMap, exp670Param);
|
|
result.sort(equalsRandomComparator());
|
|
result.sort(equalsRandomComparator());
|
|
|
|
|
|
|
|
+ for (AdRankItem adRankItem : result) {
|
|
|
|
+ adRankItem.setVideoId(param.getVideoId());
|
|
|
|
+ adRankItem.setScore_type(670);
|
|
|
|
+ }
|
|
|
|
+
|
|
return result;
|
|
return result;
|
|
}
|
|
}
|
|
|
|
|