jump-dev / JuMP.jl

Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear)
http://jump.dev/JuMP.jl/
Other
2.23k stars 394 forks source link

Initialize variable with some value #2121

Closed hect1995 closed 4 years ago

hect1995 commented 4 years ago

I have a MINLP problem where I want to optimize a set of variables x but I have an initial guess for them, can they be initialized to those values?

blegat commented 4 years ago

You can set the starting values of the variables, see the dedicated section of the docs.