-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathdocs.json
More file actions
74 lines (74 loc) · 3.21 KB
/
docs.json
File metadata and controls
74 lines (74 loc) · 3.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[
{
"title": "Introduction to Linear Operators",
"repo": "introduction-to-linear-operators",
"short": "Learn about LinearOperators.jl",
"date": "2021-01-01",
"tags": ["introduction", "linear-operators"],
"pkgs": ["LinearOperators", "Krylov"]
},
{
"title": "Creating a JSO-compliant solver",
"repo": "creating-a-jso-compliant-solver",
"short": "A thorough guide for developers, from 0 to benchmarking.",
"date": "2021-01-01",
"tags": ["solver", "benchmark"],
"pkgs": ["ADNLPModels", "JSOSolvers", "NLPModels", "SolverBenchmark", "SolverCore"]
},
{
"title": "How to solve an optimization problem with Ipopt and NLPModels",
"repo": "solve-an-optimization-problem-with-ipopt",
"short": "Quick guide to help you write your problem and solve it using Ipopt",
"date": "2021-01-01",
"tags": ["solve", "problem", "model", "short"],
"pkgs": ["ADNLPModels", "NLPModelsIpopt"]
},
{
"title": "How to create a model from the objective function and its derivatives",
"repo": "create-a-manual-model",
"short": "Write a simple model with total control over its derivatives.",
"date": "2021-01-01",
"tags": ["model", "logistic-regression", "manual", "comparison"],
"pkgs": ["ADNLPModels", "JSOSolvers", "ManualNLPModels", "NLPModels", "NLPModelsJuMP"]
},
{
"title": "Solve a PDE-constrained optimization problem",
"repo": "solve-pdenlpmodels-with-jsosolvers",
"short": "Solve a discretized PDE-constrained optimization problem using DCISolver and Ipopt.",
"date": "2022-01-24",
"tags": ["pde", "solve"],
"pkgs": ["DCISolver", "JSOSolvers", "NLPModels", "NLPModelsIpopt", "NLPModelsModifiers", "PDENLPModels"]
},
{
"title": "Introduction to QuadraticModels",
"repo": "introduction-to-quadraticmodels",
"short": "Learn about QuadraticModels.jl",
"date": "2022-03-07",
"tags": ["introduction", "model", "solver"],
"pkgs": ["LinearOperators", "NLPModels", "NLPModelsModifiers", "QPSReader", "QuadraticModels", "RipQP", "SparseMatricesCOO"]
},
{
"title": "Introduction to CUTEst",
"repo": "introduction-to-cutest",
"short": "CUTEst.jl was the first package in the JSO ecosystem. It is an essential part of the nonlinear optimization academic research landscape.",
"date": "2022-03-15",
"tags": ["introduction", "model", "test"],
"pkgs": ["CUTEst", "Krylov", "NLPModels"]
},
{
"title": "Introduction to BenchmarkProfiles",
"repo": "introduction-to-benchmarkprofiles",
"short": "This is a simple package to plot mathematical performance and data profiles, as defined by Elizabeth Dolan, Jorge Moré and Stefan Wild",
"date": "2022-06-07",
"tags": ["introduction", "benchmark"],
"pkgs": ["BenchmarkProfiles"]
},
{
"title": "Introduction to RipQP",
"repo": "introduction-to-ripqp",
"short": "A package to optimize linear and quadratic problems in QuadraticModel format using a regularized interior-point method.",
"date": "2022-06-25",
"tags": ["introduction", "quadratic", "regularized", "solver"],
"pkgs": ["QuadraticModels", "LinearAlgebra", "SparseMatricesCOO", "RipQP", "QPSReader", "QuadraticModels", "DelimitedFiles", "MatrixMarket", "TimerOutputs"]
}
]