Skip to content
Snippets Groups Projects
Commit 832be64d authored by Damien Marchal's avatar Damien Marchal
Browse files

Suggestion of change in codemeta.json

parent ffb0eb45
No related branches found
No related tags found
No related merge requests found
...@@ -11,12 +11,12 @@ ...@@ -11,12 +11,12 @@
"downloadUrl": "https://gitlab.univ-lille.fr/maxime.morge/smastaplus/-/raw/master/smastaplus-assembly-2.2.jar?ref_type=heads&inline=false", "downloadUrl": "https://gitlab.univ-lille.fr/maxime.morge/smastaplus/-/raw/master/smastaplus-assembly-2.2.jar?ref_type=heads&inline=false",
"name": "SMASTA+", "name": "SMASTA+",
"version": "2.2", "version": "2.2",
"description": "SMASTA+ is a Scala implementation of the Extended Multi-agents Situated Task Allocation", "description": "Scala implementation of the Extended Multi-agents Situated Task Allocation",
"applicationCategory": "Data science", "applicationCategory": "Data science",
"releaseNotes": "In order compare our reallocation strategy executed concurrently with this consumption process,\nwe consider two baseline algorithms:\n -an allocation method based on sequential single-item (SSI) auctions where bids correspond to the flowtime, which precedes the allocation process. Every agent bids on each unallocated task ;\na reallocation method based on parallel single-item (PSI) auctions executed concurrently with the consumption process where each node announces the pending jobs in its job pool.\n[Lagoudakis et al., 2006] Lagoudakis, S. K. C. T. M., Markakis, V., Kempe, D., Keskinocak, P., Kleywegt, A., Meyerson, A., & Jain, S. (2006). The Power of Sequential Single-Item Auctions\nfor Agent Coordination. AAAI. 1625--1629.", "releaseNotes": "In order compare our reallocation strategy executed concurrently with this consumption process,\nwe consider two baseline algorithms:\n -an allocation method based on sequential single-item (SSI) auctions where bids correspond to the flowtime, which precedes the allocation process. Every agent bids on each unallocated task ;\na reallocation method based on parallel single-item (PSI) auctions executed concurrently with the consumption process where each node announces the pending jobs in its job pool.\n[Lagoudakis et al., 2006] Lagoudakis, S. K. C. T. M., Markakis, V., Kempe, D., Keskinocak, P., Kleywegt, A., Meyerson, A., & Jain, S. (2006). The Power of Sequential Single-Item Auctions\nfor Agent Coordination. AAAI. 1625--1629.",
"developmentStatus": "active", "developmentStatus": "active",
"isPartOf": "https://www.cristal.univ-lille.fr/equipes/smac/", "isPartOf": "https://www.cristal.univ-lille.fr/equipes/smac/",
"referencePublication": "https://link.springer.com/chapter/10.1007/978-3-031-37616-0_3", "referencePublication": "https://hal.science/hal-04163732",
"keywords": [ "keywords": [
"Multi-Agents Systems", "Multi-Agents Systems",
"Distributed Problem Solving", "Distributed Problem Solving",
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
"email": "ellie.beauprez@univ-lille.fr", "email": "ellie.beauprez@univ-lille.fr",
"affiliation": { "affiliation": {
"@type": "Organization", "@type": "Organization",
"name": "Univ. Lille, CNRS, Centrale Lille, UMR 9189 - CRIStAL, F-59000 Lille, France" "name": "Université de Lille, CRIStAL, SMAC"
} }
}, },
{ {
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
"email": "anne-cecile.caron@univ-lille.fr", "email": "anne-cecile.caron@univ-lille.fr",
"affiliation": { "affiliation": {
"@type": "Organization", "@type": "Organization",
"name": "Univ. Lille, CNRS, Centrale Lille, UMR 9189 - CRIStAL, F-59000 Lille, France" "name": "Université de Lille, CRIStAL, SMAC"
} }
}, },
{ {
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
"email": "maxime.morge@univ-lille.fr", "email": "maxime.morge@univ-lille.fr",
"affiliation": { "affiliation": {
"@type": "Organization", "@type": "Organization",
"name": "Univ. Lille, CNRS, Centrale Lille, UMR 9189 - CRIStAL, F-59000 Lille, France" "name": "Université de Lille, CRIStAL, SMAC"
} }
} }
], ],
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
"email": "jean-christophe.routier@univ-lille.fr", "email": "jean-christophe.routier@univ-lille.fr",
"affiliation": { "affiliation": {
"@type": "Organization", "@type": "Organization",
"name": "Univ. Lille, CNRS, Centrale Lille, UMR 9189 - CRIStAL, F-59000 Lille, France" "name": "Université de Lille, CRIStAL, SMAC"
} }
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment