Skip to content

Commit

Permalink
18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasLP committed Jan 30, 2018
1 parent 999a824 commit 809c081
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Bash Script to help statistical tests of Multi-Objective Evolutionary Algorithms
This Scripts use <a href="https://jmetal.github.io/jMetal/">JMetal Framework 5.2</a>.<br>
Only for Linux Users.<br>
Include another two experiment components for JMetal, see in source code in java.<br>
Another component included in this project is the statistical comparisons, look at: <a href="https://github.com/LucasLP/ExecuteJMetal/tree/master/experiment/MyExperiments/comparison/examples"> "experiment/MyExperiments/comparison/examples" </a><br>


1. Use the src in additional files to programming your JMetalMain<br>
Look at the end of this files for more informations.<br>
Expand Down Expand Up @@ -34,9 +36,6 @@ Include another two experiment components for JMetal, see in source code in java
2.6. (optional) Install pdftk, used to merge PDFs<br>
<code>sudo apt-get install pdftk</code><br>

2.7. (Optional) Download <a href="http://sci2s.ugr.es/sci2s.ugr.es/software/javanpts"> JavaNPTS: NonParametric Statistical Test in Java </a> library<br>


3. Configure Execute.sh<br>
3.1. Set Benchmark<br>
3.2. Set Algorithm and its Tag (tag is the name of data files)<br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#
# These are examples of how to call the methods
#
# ATTENTION! The function "linePlotEvolution" only can by plotter with the data files,
# see the algorithm in java /ExecuteJMetal/src/org.uma.jmetal.util.experiment.component/GenerateEvolutionChart.java
#
#############################################################

source("../main.R") #load these functions
Expand Down

0 comments on commit 809c081

Please sign in to comment.