class documentation
class _BoxConstraintsTransformationTemplate(BoxConstraintsTransformationBase):
Constructor: _BoxConstraintsTransformationTemplate(bounds)
copy/paste this template to implement a new boundary handling transformation
| Method | __init__ |
Undocumented |
| Method | initialize |
initialize in base class |
| Class Variable | __doc__ |
Undocumented |
| Method | _inverse |
Undocumented |
| Method | _transform |
Undocumented |
Inherited from BoxConstraintsTransformationBase:
| Method | __call__ |
Undocumented |
| Method | bounds |
return [ith_lower_bound, ith_upper_bound] |
| Method | inverse |
Undocumented |
| Method | shift |
return the reference solution that has the same box_constraints_transformation(solution) value, i.e. tf.shift_or_mirror_into_invertible_domain(x) = tf.inverse(tf.transform(x)). This is an idempotent mapping (leading to the same result independent how often it is repeatedly applied). |
| Instance Variable | bounds |
Undocumented |
| Method | _index |
Undocumented |
| Method | _lowerupperval |
Undocumented |
| Instance Variable | _lb |
Undocumented |
| Instance Variable | _ub |
Undocumented |