Learn R Programming

comparer (version 0.2.4)

R6_par_hype: Parameter for hyperparameter optimization

Description

Parameter for hyperparameter optimization

Parameter for hyperparameter optimization

Arguments

Public fields

partrans

The transformation type.

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

Run this code
p1 <- R6_par_hype$new()
class(p1)
print(p1)

Run the code above in your browser using DataLab