Home | Trees | Indices | Help |
|
---|
|
object --+ | BoxConstraintsTransformationBase --+ | _BoxConstraintsTransformationTemplate
Implements a transformation into boundaries and is used for boundary handling:
tf = BoxConstraintsTransformationAnyDerivedClass([[1, 4]]) x = [3, 2, 4.4] y = tf(x) # "repaired" solution print(tf([2.5])) # middle value is never changed [2.5]
copy/paste this template to implement a new boundary handling transformation
See Also: BoundaryHandler
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
__doc__ = BoxConstraintsTransformationBase.__doc__+ __doc__
|
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 3 01:17:17 2015 | http://epydoc.sourceforge.net |