Skip to content

Commit 697f916

Browse files
authored
Create codemeta.json
1 parent b41d32d commit 697f916

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

codemeta.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
3+
"@type": "SoftwareSourceCode",
4+
"name": "ARGOS: Adaptive Recursive Gradient Optimization System",
5+
"description": "Integration of Lexicographic Constraint Optimization (LCO) with Componentwise Approximated Gradient (CAG) to support hierarchical optimization in hotel management and generalized CMDP settings.",
6+
"version": "1.0.0",
7+
"license": "MIT",
8+
"codeRepository": "https://https://github.com/Galactic-Code-Developers/Argos-Hotel-Optimization",
9+
"programmingLanguage": "Python",
10+
"runtimePlatform": "Python 3.9+",
11+
"author": [
12+
{
13+
"@type": "Person",
14+
"givenName": "Antonios",
15+
"familyName": "Valamontes",
16+
"affiliation": "Kapodistrian Academy of Science"
17+
}
18+
],
19+
"keywords": [
20+
"ARGOS",
21+
"LCO",
22+
"CAG",
23+
"optimization",
24+
"hotel CMDP",
25+
"lexicographic constraints",
26+
"gradient filtering"
27+
]
28+
}

0 commit comments

Comments
 (0)