Skip to content

Commit

Permalink
correcting max iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
zeljkozeljko committed Sep 30, 2024
1 parent ce896a5 commit c1fc2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -373,4 +373,4 @@ def create_subset_number_list(self):
self._subset_number_list = tmp.tolist()


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

0 comments on commit c1fc2ef

Please sign in to comment.