Added requirements.txt and instructions for running to README
This commit is contained in:
@@ -6,7 +6,7 @@ class ProximalDecoder:
|
||||
"""Class implementing the Proximal Decoding algorithm. See "Proximal Decoding for LDPC Codes" by Tadashi
|
||||
Wadayama, and Satoshi Takabe.
|
||||
"""
|
||||
def __init__(self, H: np.array, K: int = 10, step_size: float = 0.1, gamma: float = 0.05):
|
||||
def __init__(self, H: np.array, K: int = 10, step_size: float = 0.01, gamma: float = 0.05):
|
||||
"""Construct a new ProximalDecoder Object.
|
||||
|
||||
:param H: Parity Check Matrix
|
||||
|
||||
Reference in New Issue
Block a user