ConstantParameter: ConstantParameter

Description Usage Arguments

Description

A parameter which will always be assigned a specified value.

Usage

1
2
ConstantParameter(name, value, id = NULL, optional = FALSE,
  include_in_default = TRUE)

Arguments

name

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

value

Can be string, numeric or boolean

id

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

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.