MadNLP / DynamicNLPModels.jl

NLPModels for dynamic optimization
MIT License
11 stars 1 forks source link

`DenseLQDynamicModel` and `SparseLQDynamicModel` are slow and thus do not scale well #30

Open dlcole3 opened 2 years ago

dlcole3 commented 2 years ago

DenseLQDynamicModel and SparseLQDynamicModel need to be profiled and made more efficient. They currently take too long to construct when the problems are scaled up.