崇林 潘
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 3
Posts
Recent activity by 崇林 潘-
gurobi+ML
AnsweredIf 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
Answered# 参数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
AnsweredIn this tutorial, I can't understand why paraments about labor divided by 100.problem description has offered the annual labor requirements.