discreteValues property

List<double>? discreteValues
getter/setter pair

Required if type is DISCRETE.

A list of feasible points. The list should be in strictly increasing order. For instance, this parameter might have possible settings of 1.5, 2.5, and 4.0. This list should not contain more than 1,000 values.

Implementation

core.List<core.double>? discreteValues;