メインコンテンツへスキップ

Re: Non-convex non-linear optimization problems

回答済み

コメント

2件のコメント

  • Ronald van der Velden
    • Gurobi Staff

    Hi Dhiraj,

    The API for non-linear functions is grouped under "General constraints" in our documentation. For composite functions like the one you describe, you would add auxiliary variables for intermediate results, e.g. have a variable to represent -theta[i]*T[i,j]+beta_dash[i,j]*V[i] and then another one to calculate the exp() of that first auxiliary variable.

    Kind regards,
    Ronald

    0
  • Dhiraj Yadav
    • Gurobi-versary
    • First Question
    • First Comment

    Thanks Ronald van der Velden. It was quite helpful and now I am able to solve the issue.

    Best,

    Dhiraj

    0

サインインしてコメントを残してください。