MCPcopy Create free account
hub / github.com/CompVis/zigma / __init__

Method __init__

transport/path.py:20–21  ·  view source on GitHub ↗
(self, sigma=0.0)

Source from the content-addressed store, hash-verified

18class ICPlan:
19 """Linear Coupling Plan"""
20 def __init__(self, sigma=0.0):
21 self.sigma = sigma
22
23 def compute_alpha_t(self, t):
24 """Compute the data coefficient along the path"""

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected