Min_Max_Scale_Mat {rBayesianOptimization}R Documentation

Matrix MinMax Scaling

Description

Transforms hyperparameters by scaling each hyperparameter to a given range.

Usage

Min_Max_Scale_Mat(mat, lower, upper)

Arguments

mat

a matrix of original hyperparameters

lower

lower bounds

upper

upper bounds

Value

a matrix of scaled hyperparameters


[Package rBayesianOptimization version 1.2.1 Index]