inverseRescale: Inverse Rescaling

Description Usage Arguments Value See Also

View source: R/SACOBRA.R

Description

Scale vector x in rescaled space back to original space

Usage

1
inverseRescale(x, cobra)

Arguments

x

a vector in the rescaled input space (usually [-1,1]^d)

cobra

list from cobraInit, we need here

originalL

a vector with lower bounds in original input space

originalU

a vector with upper bounds in original input space

newlower

a number, the rescaled lower bound for all dimensions

newupper

a number, the rescaled upper bound for all dimensions

Value

z, inverse rescaling of vector x

See Also

forwardRescale


SACOBRA documentation built on March 26, 2020, 7:15 p.m.