| R6_par_hype | R Documentation |
Parameter for hyperparameter optimization
Parameter for hyperparameter optimization
partransThe transformation type.
getseq()Get a sequence, uniform on the transformed scale
R6_par_hype$getseq(n)
nNumber of points. Ignored for discrete.
clone()The objects of this class are cloneable with this method.
R6_par_hype$clone(deep = FALSE)
deepWhether to make a deep clone.
p1 <- R6_par_hype$new()
class(p1)
print(p1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.