{"id":17427282,"url":"https://github.com/jdevlieghere/mas","last_synced_at":"2025-06-26T11:36:18.599Z","repository":{"id":17409045,"uuid":"20181808","full_name":"JDevlieghere/MAS","owner":"JDevlieghere","description":"Multi Agent Systems (B-KUL-H02H4A)","archived":false,"fork":false,"pushed_at":"2014-06-04T14:40:38.000Z","size":1988,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-08T08:04:31.696Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JDevlieghere.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-05-26T09:56:26.000Z","updated_at":"2016-04-27T13:48:01.000Z","dependencies_parsed_at":"2022-08-28T05:40:30.162Z","dependency_job_id":null,"html_url":"https://github.com/JDevlieghere/MAS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JDevlieghere/MAS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDevlieghere%2FMAS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDevlieghere%2FMAS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDevlieghere%2FMAS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDevlieghere%2FMAS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JDevlieghere","download_url":"https://codeload.github.com/JDevlieghere/MAS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JDevlieghere%2FMAS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262056825,"owners_count":23251751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-17T06:06:24.194Z","updated_at":"2025-06-26T11:36:18.555Z","avatar_url":"https://github.com/JDevlieghere.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"MAS\n===\n\nProject for the course [Multi Agent Systems (B-KUL-H02H4A)](http://onderwijsaanbod.kuleuven.be/syllabi/e/H02H4AE.htm) using the [RinSim](https://github.com/rinde/RinSim) multi-agent system simulator.\n\n## Automated Experiments\nThe class `BulkExperiment` automates experiment execution. Based on a list containing data sets and a list containing configurations it performs an experiment for every configuration combined with every dataset. For each configuration the results are written to files in the `output` directory. Adding or removing configuration is as easy as setting the proper lists in the main method.\n\n```java\npublic static void main(String[] args){\n    ArrayList\u003cRuntimeConfiguration\u003e runtimeConfigurations = new ArrayList\u003cRuntimeConfiguration\u003e();\n    ArrayList\u003cString\u003e datasets = new ArrayList\u003cString\u003e(GENDREAU);\n\n    runtimeConfigurations.addAll(RADIUS_CONFIGURATIONS);\n    runtimeConfigurations.addAll(STRATEGY_CONFIGURATIONS);\n    runtimeConfigurations.addAll(EXCHANGE_CONFIGURATIONS);\n\n    BulkExperiment tester = new BulkExperiment(runtimeConfigurations, datasets);\n    tester.run();\n}\n```\n\n## Simulation with GUI\n\nThe class `BeaconSimulation` performs a single experiment accompanied by a graphical user interface for a fixed configuration. Using command line arguments, the data set and speedup value can be selected as shown below.\n```bash\n--speedup 64 --dataset req_rapide_1_240_33\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdevlieghere%2Fmas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdevlieghere%2Fmas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdevlieghere%2Fmas/lists"}