Learn R Programming

SACOBRA (version 1.2)

inverseRescale: Inverse Rescaling

Description

Scale vector x in rescaled space back to original space

Usage

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