biogeme.expressions.named_expression module

Decorator for the derivative calculation, so that the names of the variables are associated with their values.

author:

Michel Bierlaire

date:

Sat Apr 20 08:06:54 2024

biogeme.expressions.named_expression.named_function_output(func)[source]

Decorator to convert a FunctionOutput into a NamedFunctionOutput, using explicitly passed beta indices.

The decorated function must now accept an indices keyword argument.