Audrius Kabasinskas
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Audrius Kabasinskasさんの最近のアクティビティ-
Audrius Kabasinskasさんがコメントを作成しました:
if this happens at stage of initial point selection, so how I can prevent this? I'd like to try something like numerator = 10 denominator = 0 result = numerator / denominator if denominator != 0 el...
-
Audrius Kabasinskasさんがコメントを作成しました:
this is good. what if at initial point we get division by 0? i'v changed the objective a little bit to force get division by 0: import gurobipy as gpfrom gurobipy import GRB def printsol(m, x): ...
-
Audrius Kabasinskasさんが投稿を作成しました:
setting division in objective function
回答済みi took example from https://docs.gurobi.com/projects/examples/en/current/examples/gc_funcnonlinear.html#sectiongc-funcnonlinearexamples and changed objective function to division. The code stopped...