Commit e53a6cf9 authored by Tong Li's avatar Tong Li

MP-将kpi设置接入,优化器

parent fd3b9e49
......@@ -1522,6 +1522,22 @@ public class MacroPlannerDataConverter {
kpiSettings = kpis;
}
// private void fillKpiWeights() {
// kpiWeights = new KPIWeights(
// 100.0, // fulfillmentWeight
// 10.0, // lotSizeWeight
// 5.0, // maxInventoryLevelWeight
// 5.0, // minInventoryLevelWeight
// 8.0, // targetInventoryLevelWeight
// 3.0, // unitCapacityWeight
// 8.0, // supplyTargetWeight
// 5.0, // minSupplyWeight
// 5.0, // maxSupplyWeight
// 1.0, // salesDemandPriorityWeight
// 20.0, // postponementPenaltyWeight
// 5.0 // processMaxQuantityWeight
// );
// }
// ---------- 工具方法 ----------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment