How does YALMIP pre-allocate memory to constraints? #1432
Unanswered
mingluo-feng
asked this question in
Problems using YALMIP
Replies: 1 comment 1 reply
-
There is no such thing. If you have poor performance, you've either vectorized poorly, or you are creating complicated expressions. Impossible to know without reproducible code |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have defined a very large number of constraints using YALMIP and the process has taken a long time without pre-allocating memory. Is there any way to pre-allocate memory when constructing constraints for optimisation models using YALMIP? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions