Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
olegranmo committed Oct 8, 2024
1 parent 39b208e commit 11d6a00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tmu/clause_bank/clause_bank_cuda.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,7 @@ class ClauseBankCUDA(BaseClauseBank):
def __init__(
self,
seed: int,
d: float,
number_of_state_bits_ind: int,
number_of_state_bits_ta: int,
batch_size: int,
incremental: bool,
**kwargs
):
super().__init__(seed=seed, **kwargs)
Expand Down

0 comments on commit 11d6a00

Please sign in to comment.