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 734e43d commit 7d9ac9d
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 @@ -83,7 +83,7 @@ def __init__(self, problem, options):
self.seed_optimization = options.get('seed_optimization',
self.rng.integers(np.iinfo(np.int64).max))
self.rng_optimization = np.random.default_rng(self.seed_optimization)

# basic options for saving results and printing progress
# frequency of saving fitness when outputing results, to save memory space
self.saving_fitness = options.get('saving_fitness', 0)
Expand Down

0 comments on commit 7d9ac9d

Please sign in to comment.