powered by
tune_values() defines a finite set of candidate values. Values are provided as a list so vector-valued candidates (for example, timing) are treated as atomic.
tune_values()
timing
tune_values(values)
A gstune_spec object.
gstune_spec
A list of candidate values.
tune_values(list(0.55, 0.65, 0.75)) tune_values(list(c(0.33, 0.67, 1), c(0.5, 0.75, 1)))
Run the code above in your browser using DataLab