Generates a barplot comparing the number of evalutions for algorithms ("saa","pso","acor","ees1").
show.comp1(mydata, what, title = NULL)
The data generated with 'summarize.comp1'
The name of variable to plot on 'y' axis
the plot title
# NOT RUN {
p.a<- show.comp1(d.cigar4,"evals","(a) Cigar function")
p.b<- show.comp1(d.schaffer4,"evals","(b) Schafer function")
p.c<- show.comp1(d.griewank4,"evals","(c) Griewank function")
p.d<- show.comp1(d.bohachevsky4,"evals","(d) Bohachevsky function")
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab