New version of ADNLPModels #49
Closed
BaptisteCbl
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In order to use sparsity we need to update
ADNLPModels
.Let's look at the new performance of
ADNLPModels 0.6
:As we can see the number of non-zero is way lower with the new version however the computation time is higher, it is not expected.
p.s.: furthermore, with the new version of this package, there is an error in the problem :
CTDirect.jl/test/suite/double_integrator.jl
Line 60 in ae36b96
It gives an error due to interpolation because
Interpolations.jl
require t0 < tf, so adding the constraint :make the problem solvable. Maybe ctgradient in
CTBase
must be modified to handle tf < t0.Beta Was this translation helpful? Give feedback.
All reactions