flows.py [86:94]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    init_alpha_minval: float
    init_alpha_range: float
    manifold: Manifold
    cost_gamma: float
    min_zero_gamma: float

    def setup(self):
        if self.cost_gamma == 'None': self.cost_gamma = None
        if self.min_zero_gamma == 'None': self.min_zero_gamma = None
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



flows.py [154:162]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    init_alpha_minval: float
    init_alpha_range: float
    manifold: Manifold
    cost_gamma: float
    min_zero_gamma: float

    def setup(self):
        if self.cost_gamma == 'None': self.cost_gamma = None
        if self.min_zero_gamma == 'None': self.min_zero_gamma = None
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



