|
__init__(self,
bounds)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
bounds_i(self,
i)
return [ith_lower_bound, ith_upper_bound] |
source code
|
|
|
|
|
|
|
inverse(self,
solution_in_phenotype,
copy_if_changed=True,
copy_always=True) |
source code
|
|
|
|
|
|
|
|
|
shift_or_mirror_into_invertible_domain(self,
solution_genotype)
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). |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|