Skip to main content

Applying Logarithmic Transformations for Demand Prediction

Answered

Comments

1 comment

  • Riley Clement
    • Gurobi Staff Gurobi Staff

    Hi Florencia,

    In the code, p[r] is a Gurobi variable, and in general cannot be passed as an argument to non-Gurobi functions such as numpy.log - there are of course exceptions such as str, type etc.

    If you wish to create the log of a Gurobi variable then you need to introduce a new variable for this value, and link it using a addGenConstrLog constraint.

    - Riley

    0

Please sign in to leave a comment.