R6_par_hype: Parameter for hyperparameter optimization

R6_par_hypeR 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)

comparer documentation built on March 7, 2023, 7:49 p.m.