Skip to content

Commit

Permalink
Update optimizer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Evolutionary-Intelligence authored Jan 26, 2025
1 parent 6997954 commit 734e43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pypop7/optimizers/core/optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(self, problem, options):
# only for printing in console
self.verbose = options.get('verbose', 10)

# auxiliary members
# auxiliary members mainly for *count* and *summary*
self.Terminations, self.termination_signal = Terminations, 0 # 0 -> `NO_TERMINATION`
self.n_function_evaluations = options.get('n_function_evaluations', 0)
self.start_function_evaluations = None
Expand Down

0 comments on commit 734e43d

Please sign in to comment.