Learn R Programming

ExpDE (version 0.2.0)

gen_problems: Generate test problems

Description

Get a set of test problems for practicing the design and running of comparative experiments using ExpDE as a data-generating process.

Usage

gen_problems(ID, nprobs, echo = TRUE)

Value

List object with definitions for nprobs test problems.

Arguments

ID

a unique positive integer (e.g., a student ID)

nprobs

number of problems to generate

echo

Boolean, should the function print its output?