Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support integer / decision variables for OptimizationProblem / Optimizer #190

Open
2 tasks
schmoelder opened this issue Dec 3, 2024 · 0 comments
Open
2 tasks
Assignees
Labels
enhancement New feature or request

Comments

@schmoelder
Copy link
Contributor

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants