Skip to content

Commit 44acf9d

Browse files
committed
Remove unused option in checkpoint
1 parent 2e3ca6a commit 44acf9d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

optimizer/mopso.py

-2
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,6 @@ def load_checkpoint(self):
433433
self.inertia_weight = pso_attributes['inertia_weight']
434434
self.cognitive_coefficient = pso_attributes['cognitive_coefficient']
435435
self.social_coefficient = pso_attributes['social_coefficient']
436-
self.max_iter_no_improv = pso_attributes['max_iter_no_improv']
437-
self.optimization_mode = pso_attributes['optimization_mode']
438436
self.incremental_pareto = pso_attributes['incremental_pareto']
439437
self.iteration = pso_attributes['iteration']
440438

0 commit comments

Comments
 (0)