Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
TILCH Niels
MOM2_Multi_Agents
Commits
8067f843
Commit
8067f843
authored
2 years ago
by
niels
Browse files
Options
Download
Email Patches
Plain Diff
ReadME exécution du code
parent
f4d6601c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
2 deletions
+24
-2
README.md
README.md
+24
-2
No files found.
README.md
View file @
8067f843
...
...
@@ -13,7 +13,29 @@ Ajouter le chemin absolue de la librairie jade dans l'environnement variable du
##Exécution du code
En cours ...
Pour exécuter les agents :
1.
Compiler les fichiers java
```
shell
cd
src
javac
*
.java
```
2.
Exécuter l'agent à l'aide de la librarie Jade :
````
shell
java jade.Boot
-container
-host
localhost
[
Nom donné à l
"agent]:[Nom de la classe de l'agent]
````
_Voici un exemple avec les classes que l'on a :_
````
shell
java jade.Boot
-container
-host
localhost monpetitAgent:FirstAgent
````
Une fenêtre s'ouvira avec tous les agents créés.
##Jade
Voici le lien de téléchargement de la librairie Jade :
[
lien
](
https://jade.tilab.com/download/jade/
)
.
## Lien du papier
...
...
@@ -22,4 +44,4 @@ Papier de Linyun Xionga, Penghan Lib, Ziqiang Wangb et Jie Wangb.
Titre : Multi-agent based multi objective renewable energy management for diversified community power consumers.
[
Lien du papier
](
https://www.sciencedirect.com/science/article/abs/pii/S0306261919318276?via%3Dihub
)
\ No newline at end of file
[
Lien du papier
](
https://www.sciencedirect.com/science/article/abs/pii/S0306261919318276?via%3Dihub
)
.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment