rcrpy.MuType

class rcrpy.MuType(*values)[source]

Bases: Enum

How mu is computed each iteration. VALUE is the default (use the handled muTech directly on y); PARAMETRIC and NONPARAMETRIC delegate to a model object that the user attaches via setter methods on RCR. Ports of cpp/src/RCR.h::MuTypes.

__init__(*args, **kwds)

Attributes

VALUE

PARAMETRIC

NONPARAMETRIC