Alexandra Baldus
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Posts
Recent activity by Alexandra Baldus-
Multi Objective
OngoingHello, I am trying to solve a multi objective function problem. This is my code: Z1 = quicksum([yps[p,s] * auftraege['Profit'][p] for p in range(P) for s in range(S)])Z2 = -quicksum([yps[p,s] * auf...