Skip to content

Commit 0a07824

Browse files
authored
Update README.md
1 parent 107f15c commit 0a07824

File tree

1 file changed

+33
-10
lines changed

1 file changed

+33
-10
lines changed

README.md

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# ExecuteJMetal
2-
Bash Script to help statistical tests of Multi-Objective Evolutionary Algorithms.
3-
Only for Linux Users.
2+
Bash Script to help statistical tests of Multi-Objective Evolutionary Algorithms.<br>
3+
This Scripts use <a href="https://jmetal.github.io/jMetal/">JMetal Framework 5.2</a>.<br>
4+
Only for Linux Users.<br>
45

5-
1. Structure of tests<br>
6-
Execute.sh<br>
7-
QualityIndicator.sh<br>
8-
JMetal.jar<br>
9-
experiment/MyExperiments/data/<br>
10-
6+
1. Use the src in additional files to programming you JMetalMain<br>
7+
Look at the end of this files for more informations.<br>
8+
119
2. You need LaTeX - For .tex files<br>
1210
sudo apt install texlive-latex-base<br>
1311
sudo apt install texlive-generic-extra<br>
@@ -45,5 +43,30 @@ Rename All files in ".0 .1 .2 ... .max" to ".tsv".<br>
4543
<br>
4644
<b>Source:</b> How to read input parameters to execute JMetal with this scripts.
4745

48-
49-
46+
=======================================<br>
47+
<b>Structure of tests<b><br>
48+
<ul>
49+
<li>Execute.sh</li>
50+
<li>QualityIndicator.sh</li>
51+
<li>JMetal.jar <i>Put You'r compilation here</i></li>
52+
<li>Additional/ </li>
53+
<ul>
54+
<li>renameAll.sh</li>
55+
<li>renameScript.sh</li>
56+
<li>src/</li>
57+
<ul>
58+
<li>Configuration.java</li>
59+
<li>ExecuteExperiment.java</li>
60+
<li>JMetalMain.java</li>
61+
<li>MyRunner.java</li>
62+
</ul>
63+
</ul>
64+
<li>lib/ <i>Lib of project</i></li>
65+
<li>experiment/</li>
66+
<ul>
67+
<li>MyExperiments/</li>
68+
<ul>
69+
<li>data/</li>
70+
</ul>
71+
</ul>
72+
</ul>

0 commit comments

Comments
 (0)