diff --git a/README.md b/README.md index 611d8f6..0acfed2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Bash Script to help statistical tests of Multi-Objective Evolutionary Algorithms This Scripts use JMetal Framework 5.2.
Only for Linux Users.
Include another two experiment components for JMetal, see in source code in java.
+Another component included in this project is the statistical comparisons, look at: "experiment/MyExperiments/comparison/examples"
+ 1. Use the src in additional files to programming your JMetalMain
Look at the end of this files for more informations.
@@ -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
sudo apt-get install pdftk
- 2.7. (Optional) Download JavaNPTS: NonParametric Statistical Test in Java library
- - 3. Configure Execute.sh
3.1. Set Benchmark
3.2. Set Algorithm and its Tag (tag is the name of data files)
diff --git a/experiment/MyExperiments/comparison/examples/PlotEvolutionScatterAndBox.R b/experiment/MyExperiments/comparison/examples/PlotEvolutionScatterAndBox.R index 2e3ab1a..698a98e 100644 --- a/experiment/MyExperiments/comparison/examples/PlotEvolutionScatterAndBox.R +++ b/experiment/MyExperiments/comparison/examples/PlotEvolutionScatterAndBox.R @@ -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