do_method: Run method

Description Usage Arguments Examples

View source: R/run.R

Description

'do_method' run method specified by user in config file on given benchmark i.e. set of functions.

Usage

1
2
3
4
5
6
7
8
9
do_method(
  .func,
  .dim,
  .pnum,
  .rep,
  .bench = BENCHMARK,
  .bounds = BOUNDS,
  .control = CONTROL
)

Arguments

.func

algorithm to run :: function

.dim

dimension of function (i.e. 2, 3, 100, etc.) :: integer

.pnum

number of problem in functions set :: integer

.rep

number of repetitions of benchmark :: integer

.bench

name of benchmark :: function

.bounds

lower and upper bounds for domain :: list

.control

specific algorithm params :: list

Examples

1
do_method(cma_es, 2, 5, 10, cec2017::cec2017, c(-100, 100))

warbarbye/cecs-benchmark documentation built on March 10, 2020, 12:09 a.m.