Die Suche ergab 1 Treffer

von Geoff
Mittwoch 1. Juli 2020, 12:22
Forum: Wissenschaftliches Rechnen
Thema: quadratische optimization problem with constraints
Antworten: 0
Zugriffe: 3154

quadratische optimization problem with constraints

Hallo,
i have tried to optimize this model in Jupyter Notebook with python,but it didn't work well. can you help me?
Thks!!!

my code:

import pandas as pd
import numpy as np
from gurobipy import*
from random import randint,seed
from gurobipy import GRB
import gurobipy as gp

n=3
p=np.random ...