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

Restrict Infinite Parameters to only use Arrays #233

Open
pulsipher opened this issue Feb 26, 2022 · 0 comments
Open

Restrict Infinite Parameters to only use Arrays #233

pulsipher opened this issue Feb 26, 2022 · 0 comments
Labels
breaking This will introduce breaking changes to the API performance Something is slowing the code down

Comments

@pulsipher
Copy link
Collaborator

Currently, we allow multi-dimensional infinite parameters to be arbitrary JuMP containers. This adds quite a bit of complexity (e.g., with the use of VectorTuples) and leads to some ambiguous typing. Also, it is not immediately obvious to me when we would actually want to use other containers. Hence, it would be worth it to try out this change to see what performance increases it gives us. From there, we can decide if we should make this change permanent.

@pulsipher pulsipher added performance Something is slowing the code down breaking This will introduce breaking changes to the API labels Feb 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking This will introduce breaking changes to the API performance Something is slowing the code down
Projects
None yet
Development

No branches or pull requests

1 participant