34 static double x(
const double y) {
return std::exp(y); }
38 static double dxdy(
const double x) {
return x; }
47 static double x(
const double y) {
return y; }
51 static double dxdy(
const double ) {
return 1.0; }
60 static double x(
const double y) {
return 0.5 * std::tanh(y) + 0.5; }
64 static double dxdy(
const double x) {
return 2.0 *
x * (1.0 -
x); }
static double x(const double y)
static double dxdy(const double)
static const bool constrained
static const bool constrained
static double dxdy(const double x)
static double x(const double y)
double y(const double x) const
double dxdy(const double) const
double x(const double y) const
static const bool constrained
TrafoScale(const double factor)
static double x(const double y)
static double dxdy(const double x)
static const bool constrained