You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we only support continuous variables for optimization problems. However, there are many scenarios in which the variables to be optimized are integers (e.g. the number of axial cells in a Column).\
To do
Support integers in OptimizationProblem (check how other libraries allow specification, e.g. Ax).
Add flags for OptimizerBase and its implementations whether they support integer variables.
The text was updated successfully, but these errors were encountered:
Currently, we only support continuous variables for optimization problems. However, there are many scenarios in which the variables to be optimized are integers (e.g. the number of axial cells in a Column).\
To do
OptimizationProblem
(check how other libraries allow specification, e.g.Ax
).OptimizerBase
and its implementations whether they support integer variables.The text was updated successfully, but these errors were encountered: