Sharon Müller
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
Sharon Müllerによる最近のアクティビティ-
Licence Error as Windows Service
回答済みHi, I am using Gurobi with a free academic licence installed as administrator. The optimization is realised inside a python program and works well. Know I want to run this program as an automatic W...
-
sum of square roors in objective
回答済みHi!I'm trying to set my objective function with a sum of square roots as following, where x1 … xn are my decision variables and c1... cn are constant:min f = sqrt((x1-c1)^2) + sqrt((x2-c2)^2) + … +...