-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
28 lines (28 loc) · 920 Bytes
/
codemeta.json
File metadata and controls
28 lines (28 loc) · 920 Bytes
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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "ARGOS: Adaptive Recursive Gradient Optimization System",
"description": "Integration of Lexicographic Constraint Optimization (LCO) with Componentwise Approximated Gradient (CAG) to support hierarchical optimization in hotel management and generalized CMDP settings.",
"version": "1.0.0",
"license": "MIT",
"codeRepository": "https://https://github.com/Galactic-Code-Developers/Argos-Hotel-Optimization",
"programmingLanguage": "Python",
"runtimePlatform": "Python 3.9+",
"author": [
{
"@type": "Person",
"givenName": "Antonios",
"familyName": "Valamontes",
"affiliation": "Kapodistrian Academy of Science"
}
],
"keywords": [
"ARGOS",
"LCO",
"CAG",
"optimization",
"hotel CMDP",
"lexicographic constraints",
"gradient filtering"
]
}