Min_Max_Scale_Mat: Matrix MinMax Scaling

View source: R/RBO_Utils.R

Min_Max_Scale_MatR 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


brandon-mosqueda/SKM documentation built on Feb. 8, 2025, 5:24 p.m.