Skip to content

Commit

Permalink
correcting max iter
Browse files Browse the repository at this point in the history
  • Loading branch information
zeljkozeljko committed Sep 30, 2024
1 parent cef352d commit e6d3cf5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,4 @@ def create_subset_number_list(self):
if not self.coprimes:
self._subset_number_list = [0] * 100


# tmp = np.arange(self._num_subsets)
# np.random.shuffle(tmp)
# self._subset_number_list = tmp.tolist()


submission_callbacks = [MaxIteration(200)]
submission_callbacks = []

0 comments on commit e6d3cf5

Please sign in to comment.