Class representing the expression for the maximum of two expressions. More...
Public Member Functions | |
def | __init__ |
def | getExpression |
Public Attributes | |
left | |
right | |
operatorIndex |
Class representing the expression for the maximum of two expressions.
Note that this operator is not differentiable. If one of the two expressions contains parameters to be estimated, Biogeme will complain. Example:
max(x,0)
def bio_expression::max::__init__ | ( | self, | |
left, | |||
right | |||
) |
left | any valid bio_expression |
right | any valid bio_expression |
def bio_expression::max::getExpression | ( | self ) |
Reimplemented from bio_expression::Expression.
Reimplemented from bio_expression::Expression.