tester: Tester

Description Usage Arguments Details Value

View source: R/tester.R

Description

Solves a set of 3GCP problems using a specific solving method and returns the results

Usage

1
tester(pset, nfe, solverpar, cl = NULL, output = "none")

Arguments

nfe

the maximum number of evaluations per graph

solverpar

a list with the parameters for solver

problemset

a list of 3GCP graphs

solver

the solver method to be used

Details

example of multi-core operation using the parallel library

no_cores <- parallel::detectCores() - 1 cl <- parallel::makeCluster(no_cores) x <- tester(pset, nfe, solver, NULL, cl = cl) parallel::stopCluster(cl)

Value

a list with summarized results


caranha/EvoGCP documentation built on May 3, 2021, 3:40 p.m.