R6_par_hype {comparer} | R Documentation |
Parameter for hyperparameter optimization
Description
Parameter for hyperparameter optimization
Parameter for hyperparameter optimization
Public fields
partrans
The transformation type.
Methods
Public methods
Method getseq()
Get a sequence, uniform on the transformed scale
Usage
R6_par_hype$getseq(n)
Arguments
n
Number of points. Ignored for discrete.
Method clone()
The objects of this class are cloneable with this method.
Usage
R6_par_hype$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
Examples
p1 <- R6_par_hype$new()
class(p1)
print(p1)
[Package comparer version 0.2.3 Index]