rBayesianOptimization (version 1.2.0)

Min_Max_Scale_Mat: Matrix MinMax Scaling

Description

Transforms hyperparameters by scaling each hyperparameter to a given range.

Usage

Min_Max_Scale_Mat(mat, lower, upper)

Value

a matrix of scaled hyperparameters

Arguments

mat

a matrix of original hyperparameters

lower

lower bounds

upper

upper bounds