Skip to content

Commit d22dc08

Browse files
abelsiqueiraJSOTutorials bot
and
JSOTutorials bot
authored
🤖 Tutorials deployment from 0778fb85d5319b2b4d37ca9658a4a058a5735a33 (#144)
Co-authored-by: JSOTutorials bot <jsotutorials@no.mail>
1 parent bc22ae6 commit d22dc08

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

tutorials/generic-adnlpmodels/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
\preamble{Tangi Migot}
66

77

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/)
99
![ForwardDiff 0.10.35](https://img.shields.io/badge/ForwardDiff-0.10.35-000?style=flat-square&labelColor=999)
1010
[![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/)
1111
![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/)
1313
[![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/)
1414

1515
```julia
@@ -39,12 +39,12 @@ print(stats)
3939
```plaintext
4040
Generic Execution stats
4141
status: first-order stationary
42-
objective value: 0.00035444953
42+
objective value: 0.00036198387
4343
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]
4646
iterations: 33
47-
elapsed time: 3.2107579708099365
47+
elapsed time: 2.231545925140381
4848
```
4949

5050

@@ -157,8 +157,8 @@ adbackend.gradient_backend # returns information about the default backend for t
157157
```plaintext
158158
ADNLPModels.ForwardDiffADGradient(ForwardDiff.GradientConfig{ForwardDiff.Tag{typeof(Main.var"##WeaveSandBox#312".f), Float64}, Float64, 2, Vector{ForwardDiff.Dual{ForwardDiff.Tag{typeof(Main.var"##Wea
159159
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)]))
162162
```
163163

164164

@@ -274,7 +274,7 @@ OptimizationProblems.meta[!, :name] # access the names of the available problem
274274
```
275275

276276
```plaintext
277-
277-element Vector{String}:
277+
286-element Vector{String}:
278278
"AMPGO02"
279279
"AMPGO03"
280280
"AMPGO04"
@@ -286,13 +286,13 @@ OptimizationProblems.meta[!, :name] # access the names of the available problem
286286
"AMPGO10"
287287
"AMPGO11"
288288
289-
"tquartic"
290289
"triangle"
291290
"triangle_deer"
292291
"triangle_pacman"
293292
"triangle_turtle"
294293
"tridia"
295294
"vardim"
295+
"watson"
296296
"woods"
297297
"zangwil3"
298298
```

0 commit comments

Comments
 (0)