|
@@ -442,7 +442,7 @@ public class RankStrategyBy894 extends RankStrategyBasic {
|
|
|
|
|
|
|
|
result.sort(ComparatorUtil.equalsRandomComparator());
|
|
result.sort(ComparatorUtil.equalsRandomComparator());
|
|
|
|
|
|
|
|
- String logModelName = paramsMap.getOrDefault("logModelName", "dnnV3");
|
|
|
|
|
|
|
+ String logModelName = "MMoE_V2";
|
|
|
if (CollectionUtils.isNotEmpty(result)) {
|
|
if (CollectionUtils.isNotEmpty(result)) {
|
|
|
AdRankItem top1Item = result.get(0);
|
|
AdRankItem top1Item = result.get(0);
|
|
|
List<String> participateCompetitionType = new ArrayList<>();
|
|
List<String> participateCompetitionType = new ArrayList<>();
|