Skip to content

Commit

Permalink
add MaxIteration callback
Browse files Browse the repository at this point in the history
  • Loading branch information
gschramm committed Aug 30, 2024
1 parent 51ce1dd commit 953f986
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 @@ -317,4 +317,4 @@ def create_subset_number_list(self):
self._subset_number_list = tmp.tolist()


submission_callbacks = []
submission_callbacks = [MaxIteration(300)]

0 comments on commit 953f986

Please sign in to comment.