show.comp1: show.comp1

Description Usage Arguments Examples

Description

Generates a barplot comparing the number of evalutions for algorithms ("saa","pso","acor","ees1").

Usage

1
show.comp1(mydata, what, title = NULL)

Arguments

mydata

The data generated with 'summarize.comp1'

what

The name of variable to plot on 'y' axis

title

the plot title

Examples

1
2
3
4
5
6
7
## 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")

## End(Not run)

evoper documentation built on May 2, 2019, 12:13 a.m.

Related to show.comp1 in evoper...