Description Usage Arguments Value See Also
Return a rescaled function
1 | rescaleWrapper(fn, lower, upper, dimension, newlower, newupper)
|
fn |
function with argument |
lower |
a vector with lower bounds in original input space |
upper |
a vector with lower bounds in original input space |
dimension |
length of vector |
newlower |
a number, the rescaled lower bound for all dimensions |
newupper |
a number, the rescaled upper bound for all dimensions |
newfn
, rescaled version of function fn
forwardRescale
, inverseRescale
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.