File tree Expand file tree Collapse file tree 1 file changed +33
-10
lines changed Expand file tree Collapse file tree 1 file changed +33
-10
lines changed Original file line number Diff line number Diff line change 1
1
# 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 >
4
5
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
+
11
9
2 . You need LaTeX - For .tex files<br >
12
10
sudo apt install texlive-latex-base<br >
13
11
sudo apt install texlive-generic-extra<br >
@@ -45,5 +43,30 @@ Rename All files in ".0 .1 .2 ... .max" to ".tsv".<br>
45
43
<br >
46
44
<b >Source:</b > How to read input parameters to execute JMetal with this scripts.
47
45
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 >
You can’t perform that action at this time.
0 commit comments