Skip to content

YALMIP Time Problem #1086

Closed Answered by johanlofberg
phet90 asked this question in General discussion
Feb 27, 2022 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Sounds like you re creating a very bad dense quadratic function, thus getting massive overhead both in symbolic processing and memory, such as minimizing norm(sum(x)) (which is very simple) using a quadratic function (sum(x))^2 which will have O(n^2) monomials and thus have large symbolic overhead and a dense n^2 objective matrix

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@phet90
Comment options

@johanlofberg
Comment options

@phet90
Comment options

@phet90
Comment options

Answer selected by phet90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants