Skip to main content

Is there a gurobi product to optimize a function on the dataset consisting of 600000 observations ?

Answered

Comments

2 comments

  • Official comment
    Simranjit Kaur
    • Gurobi Staff
    This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?.
  • Eli Towle
    • Gurobi Staff

    Hi Ilona,

    Gurobi doesn't directly support terms like \( e^x \). That said, you could try building a piecewise-linear approximation of the nonlinear constraints on the \( y^i \) variables. Gurobi even supplies shortcut methods for building approximations of popular nonlinear functions, such as Model.addGenConstrExp() in the Python API.

    See here for information about the types of models Gurobi is able to solve.

    Thanks,

    Eli

    0

Post is closed for comments.