GroupParameter: GroupParameter

Description Usage Arguments

Description

A set of parameters, all of which will be included in each Configuration (unless any of them are optional).

Usage

1
2
GroupParameter(name, items, id = NULL, default = NULL,
  optional = FALSE, include_in_default = TRUE)

Arguments

name

Human-readable name for the parameter, must match argument of scoring function

items

List of parameters to be included in group (can be empty).

id

(optional) Unique id for parameter (no spaces allowed)

default

(optional) Initial value for parameter (must be present in the choices list). If not defined, it will be the first item from the list.

optional

(optional) Whether the parameter can be omitted in a Configuration

include_in_default

(optional) Whether an optional parameter will be included in the default Configuration


MindFoundry/optaas-r-client documentation built on May 17, 2019, 7:32 p.m.