崇林 潘
- 合計アクティビティ 12
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 3
投稿
崇林 潘による最近のアクティビティ-
gurobi+ML
回答済みIf I use scikit-learn to create a model for prediction, such as RF,how can I use this model as a black box target function for another multi-objective optimization problem as one of its target func...
-
constraints load too long
回答済み# 参数num_experts = 125num_works = 3000L = 0U = 5# 初始化模型m = gp.Model("CrossAssignment")# 定义决策变量x = m.addVars(num_works, num_experts, vtype=GRB.BINARY, name="x")z = m.addVars(num_experts, num_experts...
-
jupyter tutorial Farming Planing
回答済みIn this tutorial, I can't understand why paraments about labor divided by 100.problem description has offered the annual labor requirements.