5
5
\preamble{Tangi Migot}
6
6
7
7
8
- [ ![ OptimizationProblems 0.6 .0] ( https://img.shields.io/badge/OptimizationProblems-0.6 .0-8b0000?style=flat-square&labelColor=cb3c33 )] ( https://juliasmoothoptimizers.github.io/OptimizationProblems.jl/stable/ )
8
+ [ ![ OptimizationProblems 0.7 .0] ( https://img.shields.io/badge/OptimizationProblems-0.7 .0-8b0000?style=flat-square&labelColor=cb3c33 )] ( https://juliasmoothoptimizers.github.io/OptimizationProblems.jl/stable/ )
9
9
![ ForwardDiff 0.10.35] ( https://img.shields.io/badge/ForwardDiff-0.10.35-000?style=flat-square&labelColor=999 )
10
10
[ ![ NLPModels 0.20.0] ( https://img.shields.io/badge/NLPModels-0.20.0-8b0000?style=flat-square&labelColor=cb3c33 )] ( https://juliasmoothoptimizers.github.io/NLPModels.jl/stable/ )
11
11
![ DataFrames 1.5.0] ( https://img.shields.io/badge/DataFrames-1.5.0-000?style=flat-square&labelColor=999 )
12
- [ ![ ADNLPModels 0.6.0 ] ( https://img.shields.io/badge/ADNLPModels-0.6.0 -8b0000?style=flat-square&labelColor=cb3c33 )] ( https://juliasmoothoptimizers.github.io/ADNLPModels.jl/stable/ )
12
+ [ ![ ADNLPModels 0.6.1 ] ( https://img.shields.io/badge/ADNLPModels-0.6.1 -8b0000?style=flat-square&labelColor=cb3c33 )] ( https://juliasmoothoptimizers.github.io/ADNLPModels.jl/stable/ )
13
13
[ ![ JSOSolvers 0.10.0] ( https://img.shields.io/badge/JSOSolvers-0.10.0-006400?style=flat-square&labelColor=389826 )] ( https://juliasmoothoptimizers.github.io/JSOSolvers.jl/stable/ )
14
14
15
15
``` julia
@@ -39,12 +39,12 @@ print(stats)
39
39
``` plaintext
40
40
Generic Execution stats
41
41
status: first-order stationary
42
- objective value: 0.00035444953
42
+ objective value: 0.00036198387
43
43
primal feasibility: 0.0
44
- dual feasibility: 0.029705668
45
- solution: [0.98121893f0 0.9626594f0 ]
44
+ dual feasibility: 0.031313986
45
+ solution: [0.9810229f0 0.9622698f0 ]
46
46
iterations: 33
47
- elapsed time: 3.2107579708099365
47
+ elapsed time: 2.231545925140381
48
48
```
49
49
50
50
@@ -157,8 +157,8 @@ adbackend.gradient_backend # returns information about the default backend for t
157
157
``` plaintext
158
158
ADNLPModels.ForwardDiffADGradient(ForwardDiff.GradientConfig{ForwardDiff.Tag{typeof(Main.var"##WeaveSandBox#312".f), Float64}, Float64, 2, Vector{ForwardDiff.Dual{ForwardDiff.Tag{typeof(Main.var"##Wea
159
159
veSandBox#312".f), Float64}, Float64, 2}}}((Partials(1.0, 0.0), Partials(0.0, 1.0)), ForwardDiff.Dual{ForwardDiff.Tag{typeof(Main.var"##WeaveSandBox#312".f), Float64}, Float64, 2}[Dual{ForwardDiff.Tag
160
- {typeof(Main.var"##WeaveSandBox#312".f), Float64}}(0.0,6.91639242452167e -310,6.9163560841239e -310), Dual{ForwardDiff.Tag{typeof(Main.var"##WeaveSandBox#312".f), Float64}}(0.0,6.91639242452167e -310,6.9
161
- 163560839658e -310)]))
160
+ {typeof(Main.var"##WeaveSandBox#312".f), Float64}}(0.0,6.94307628826127e -310,6.9430286989476e -310), Dual{ForwardDiff.Tag{typeof(Main.var"##WeaveSandBox#312".f), Float64}}(0.0,6.94307628826127e -310,6.9
161
+ 4302869876974e -310)]))
162
162
```
163
163
164
164
@@ -274,7 +274,7 @@ OptimizationProblems.meta[!, :name] # access the names of the available problem
274
274
```
275
275
276
276
``` plaintext
277
- 277 -element Vector{String}:
277
+ 286 -element Vector{String}:
278
278
"AMPGO02"
279
279
"AMPGO03"
280
280
"AMPGO04"
@@ -286,13 +286,13 @@ OptimizationProblems.meta[!, :name] # access the names of the available problem
286
286
"AMPGO10"
287
287
"AMPGO11"
288
288
⋮
289
- "tquartic"
290
289
"triangle"
291
290
"triangle_deer"
292
291
"triangle_pacman"
293
292
"triangle_turtle"
294
293
"tridia"
295
294
"vardim"
295
+ "watson"
296
296
"woods"
297
297
"zangwil3"
298
298
```
0 commit comments