MCPcopy Create free account
hub / github.com/PythonOT/POT / delta_omega_func

Function delta_omega_func

test/test_smooth.py:121–122  ·  view source on GitHub ↗
(X)

Source from the content-addressed store, hash-verified

119 b = 0.5
120
121 def delta_omega_func(X):
122 return regularizer.delta_Omega(X)[0]
123
124 def delta_omega_grad(X):
125 return regularizer.delta_Omega(X)[1]

Callers

nothing calls this directly

Calls 1

delta_OmegaMethod · 0.45

Tested by

no test coverage detected