-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
60 lines (60 loc) · 1.8 KB
/
codemeta.json
File metadata and controls
60 lines (60 loc) · 1.8 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "NeuralMPCX",
"description": "Model Predictive Control toolkit with neural MPC support (CasADi-friendly).",
"version": "1.0.0",
"license": "https://spdx.org/licenses/Apache-2.0",
"identifier": "https://doi.org/10.14278/rodare.4568",
"codeRepository": "https://github.com/hzdr/neural-mpcx",
"issueTracker": "https://github.com/hzdr/neural-mpcx/issues",
"programmingLanguage": "Python",
"operatingSystem": ["Linux", "Windows", "macOS"],
"runtimePlatform": "Python >= 3.9",
"dateCreated": "2026-03-20",
"datePublished": "2026-03-20",
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-7604-3205",
"givenName": "Ênio",
"familyName": "Lopes Júnior",
"email": "e.lopes-junior@hzdr.de",
"affiliation": {
"@type": "Organization",
"name": "Helmholtz-Zentrum Dresden-Rossendorf (HZDR)"
}
},
{
"@type": "Person",
"@id": "https://orcid.org/0000-0003-2705-0692",
"givenName": "Sebastian Felix",
"familyName": "Reinecke",
"email": "s.reinecke@hzdr.de",
"affiliation": {
"@type": "Organization",
"name": "Helmholtz-Zentrum Dresden-Rossendorf (HZDR)"
}
}
],
"copyrightHolder": {
"@type": "Organization",
"name": "Helmholtz-Zentrum Dresden-Rossendorf e.V. (HZDR)"
},
"keywords": [
"model predictive control",
"neural networks",
"LSTM",
"CasADi",
"optimization",
"control engineering",
"recurrent neural networks"
],
"softwareRequirements": [
"numpy >= 1.26.4",
"casadi >= 3.6.6",
"joblib >= 1.4.2",
"gymnasium >= 0.29.1",
"scipy >= 1.10.0"
]
}