compare.algorithms1 {evoper} | R Documentation |
compare.algorithms1
Description
Compare the number of function evalutions and convergence for the following optimization algorithms, ("saa","pso","acor","ees1").
Usage
compare.algorithms1(F, seeds = c(27, 2718282, 36190727, 3141593, -91190721,
-140743, 1321))
Arguments
F |
The function to be tested |
seeds |
The random seeds which will be used for testing algorithms |
Examples
## Not run:
rm(list=ls())
d.cigar4<- compare.algorithms1(f0.cigar4)
d.schaffer4<- compare.algorithms1(f0.schaffer4)
d.griewank4<- compare.algorithms1(f0.griewank4)
d.bohachevsky4<- compare.algorithms1(f0.bohachevsky4)
d.rosenbrock4<- compare.algorithms1(f0.rosenbrock4)
## End(Not run)
[Package evoper version 0.5.0 Index]