Example #1
0
 def constrain_positive(self, regexp, warning=True):
     """ Set positive constraints. """
     self.constrain(regexp, transformations.logexp(), warning=warning)
Example #2
0
 def constrain_positive(self, regexp):
     """ Set positive constraints. """
     self.constrain(regexp, transformations.logexp())
Example #3
0
 def constrain_positive(self, regexp):
     """ Set positive constraints. """
     self.constrain(regexp, transformations.logexp())