benchmark_parallel: Run benchmark parallely

View source: R/benchmark-backend.R

benchmark_parallelR Documentation

Run benchmark parallely

Description

Function runs benchmark '.cec' on '.method' for given test functions and dimensionality. Evalution on each function is repeated '.rep' times. User is able to specify usage of CPU cores by '.cpupc' arg.

Usage

benchmark_parallel(
  method,
  probnum,
  dims,
  rep,
  cec = 17,
  suite = "basic",
  cpupc = 0.75,
  write_flag = TRUE,
  benchmark_id,
  dest
)

Arguments

method

optimization algorithm :: function

probnum

indices of problem function :: [Int]

dims

dimensionalities :: [Int]

rep

amount of repetition :: Int

cec

year of benchmark :: Int

suite

benchmark suite :: String

cpupc

CPU usage in pct :: Int

benchmark_id

benchmark name :: String

dest

filepath to place where benchmark restuls will be saved :: String


warbarbye/CECBench documentation built on Dec. 30, 2024, 5:58 a.m.