ADNLPModels.jl
ADNLPModels.jl copied to clipboard
This pull request changes the compat entry for the `ColPack` package from `0.3` to `0.3, 0.4`. This keeps the compat entries for earlier versions. Note: I have not tested your...
This PR adapts to the breaking v0.4 of ColPack that I helped release. It supersedes #234 I had to fix SymbolicUtils to v1.5.1 in order for the tests to pass,...
@gdalle
Since Julia 1.9, the recommended way to have optional dependencies and additional code that adds support for those optional dependencies is [Package Extensions](https://pkgdocs.julialang.org/v1/creating-packages/#Conditional-loading-of-code-in-packages-(Extensions)). This is a WIP PR to reorganize...
Hi there; recent problem when calling `Ipopt` on an `ADNLModel`, which is what we do in [OptimalControl.jl](https://control-toolbox.org/docs/optimalcontrol/stable). Was working fine until last week, I would say (first ran into the...
Hey there friends of JSO! @adrhill and I have been hard at work on two autodiff toolkits which you might find useful: - [DifferentiationInterface.jl](https://github.com/gdalle/DifferentiationInterface.jl), an interface to every possible autodiff...
Hey there! I've been using your packages to work on an inverse design problem for a paper (and my thesis) with great success. I'm trying to squeeze some more performance...
See the following tests: - [ ] https://github.com/JuliaSmoothOptimizers/ADNLPModels.jl/blob/53a494c6e19177d326275fb027f6732f985ade9a/test/nls/nlpmodelstest.jl#L42 - [ ] https://github.com/JuliaSmoothOptimizers/ADNLPModels.jl/blob/53a494c6e19177d326275fb027f6732f985ade9a/test/nlp/nlpmodelstest.jl#L25 - [ ] https://github.com/JuliaSmoothOptimizers/ADNLPModels.jl/blob/53a494c6e19177d326275fb027f6732f985ade9a/test/gpu.jl#L28 - [ ] https://github.com/JuliaSmoothOptimizers/ADNLPModels.jl/blob/53a494c6e19177d326275fb027f6732f985ade9a/test/gpu.jl#L18 A MWE: ```julia using CUDA, ADNLPModels, NLPModels, Symbolics hs6_autodiff(::Type{T}; kwargs...)...
See the following tests: - [ ] https://github.com/JuliaSmoothOptimizers/ADNLPModels.jl/blob/53a494c6e19177d326275fb027f6732f985ade9a/test/nls/nlpmodelstest.jl#L42 - [ ] https://github.com/JuliaSmoothOptimizers/ADNLPModels.jl/blob/53a494c6e19177d326275fb027f6732f985ade9a/test/nlp/nlpmodelstest.jl#L25 - [ ] https://github.com/JuliaSmoothOptimizers/ADNLPModels.jl/blob/53a494c6e19177d326275fb027f6732f985ade9a/test/gpu.jl#L28 - [ ] https://github.com/JuliaSmoothOptimizers/ADNLPModels.jl/blob/53a494c6e19177d326275fb027f6732f985ade9a/test/gpu.jl#L18 A MWE: ```julia using CUDA, ADNLPModels, NLPModels hs6_autodiff(::Type{T}; kwargs...) where...