Skip to content

Commit

Permalink
Remove unused option in checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
rsreds committed Apr 4, 2024
1 parent 2e3ca6a commit 44acf9d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions optimizer/mopso.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,6 @@ def load_checkpoint(self):
self.inertia_weight = pso_attributes['inertia_weight']
self.cognitive_coefficient = pso_attributes['cognitive_coefficient']
self.social_coefficient = pso_attributes['social_coefficient']
self.max_iter_no_improv = pso_attributes['max_iter_no_improv']
self.optimization_mode = pso_attributes['optimization_mode']
self.incremental_pareto = pso_attributes['incremental_pareto']
self.iteration = pso_attributes['iteration']

Expand Down

0 comments on commit 44acf9d

Please sign in to comment.