Is it better to go through the list of assets once? #731
-
I noticed in our add_constraints! code we run through the list of assets (or a subset) to see if each constraint should be applied. (Maybe a naïve question.) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's possible that it is faster. I think the SINTEF model does something like that, but they use a different structure that makes sense to work like that. Maybe when we investigate their packages we can try this out. |
Beta Was this translation helpful? Give feedback.
It's possible that it is faster. I think the SINTEF model does something like that, but they use a different structure that makes sense to work like that. Maybe when we investigate their packages we can try this out.
With out current structures it could still work, but I would investigate the other major performance issues before this.